Shades of Crimson #DC0029
Tints of Crimson #DC0029
RGB
CMYK
RGB Variations
Color information
#DC0029 (or 0xDC0029) is known color: Crimson. HEX triplet: DC, 00 and 29. RGB value is (220,0,41). Sum of RGB (Red+Green+Blue) = 220+0+41=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0029 is #23FFD6. Grayscale: #464646. Windows color (decimal): -2359255 or 2687196. OLE color: 2687196.
HSL color Cylindrical-coordinate representation of color #DC0029: hue angle of 348.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0029 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.81 | 0.14 |
| HSL | 348.82º | 1% | 0.43% | - |
| HSV(B) | 348.82º | 1% | 0.86% | - |
| XYZ | 29.92 | 15.38 | 3.49 | - |
| YUV | 70.45 | 111.39 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 41 | 0 | 1 | 0.81 | 0.14 | 348.82 | 1 | 0.43 |
| Hex | DC | 0 | 29 | 0 | 64 | 51 | E | 15D | 64 | 2B |
| Octal | 334 | 0 | 51 | 0 | 144 | 121 | 16 | 535 | 144 | 53 |
| Binary | 11011100 | 0 | 101001 | 0 | 1100100 | 1010001 | 1110 | 101011101 | 1100100 | 101011 |
Color Harmonies of #DC0029
Complementary color
Monochromatic Colors of #DC0029
Black with #DC0029
Text Example
Text Example
White with #DC0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0029; }
p { color: rgb(220,0,41); }
H1.HeaderClassName
{
color: #DC0029;
}
.AnyTagClassName
{
color: #DC0029;
}
</style>
background-color css
<style>
a { background-color: #DC0029; }
a { background-color: rgb(220,0,41); }
div.DivClassName
{
background-color: #DC0029;
}
.BgClassName
{
background-color: #DC0029;
}
</style>
border-color css
<style>
span { border-color: #DC0029; }
span { border-color: rgb(220,0,41); }
td.TdClassName
{
border-color: #DC0029;
}
.TagClassName
{
border-color: #DC0029;
}
</style>