In a RGB color space, #dd0000 hex color (also known as Red Pegasus) is composed of 86.7% red, 0% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 100% yellow and 13.3% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 43.3%. #dd0000 color hex could be obtained by blending #ff0000 with #bb0000. Closest websafe color is: #cc0000.
The hexadecimal color #dd0000 has RGB values of R:221, G:0, B:0 and CMYK values of C:0, M:1, Y:1, K:0.13. Its decimal value is 14483456.
Hex triplet | dd0000 | #dd0000 |
RGB Decimal | 221, 0, 0 | rgb(221,0,0) |
RGB Percent | 86.7, 0, 0 | rgb(86.7%,0%,0%) |
CMYK | 0, 100, 100, 13.3 | |
HSL | 0°, 100, 43.3 | hsl(0,100%,43.3%) |
HSV(HSB) | 0°, 100, 86.7 | |
Web Safe | cc0000 | #c00 |
XYZ | 29.819, 15.372, 1.395 |
xyY | 0.64, 0.33, 15.372 |
CIE-LAB | 46.14, 71.902, 60.333 |
CIE-LCH | 46.14, 93.861, 40 |
CIE-LUV | 46.14, 151.728, 32.72 |
Hunter-Lab | 39.207, 67.144, 25.335 |
Binary | 11011101, 00000000, 00000000 |
Below, you can see some colors close to #dd0000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #dd0000.
<span style="color:#dd0000">Text here</span>
This paragraph has a background color of #dd0000.
<p style="background-color:#dd0000;">Content here</p>
This element has a border color of #dd0000.
<div style="border:1px #dd0000;">Content here</div>
.text {color:#dd0000;}
.background {background-color:#dd0000;}
.border {border:1px solid #dd0000;}
.text-shadow {border:1px solid #dd0000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #080000 is the darkest color, while #fff2f2 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #6f6e6e is the less saturated color, while #d40909 is the most saturated one.