Shades of Crimson #DC1942
Tints of Crimson #DC1942
RGB
CMYK
RGB Variations
Color information
#DC1942 (or 0xDC1942) is known color: Crimson. HEX triplet: DC, 19 and 42. RGB value is (220,25,66). Sum of RGB (Red+Green+Blue) = 220+25+66=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1942 is #23E6BD. Grayscale: #585858. Windows color (decimal): -2352830 or 4331996. OLE color: 4331996.
HSL color Cylindrical-coordinate representation of color #DC1942: hue angle of 347.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1942 is Cyan = 0, Magento = 0.89, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 66 | - |
| CMYK | 0 | 0.89 | 0.7 | 0.14 |
| HSL | 347.38º | 0.8% | 0.48% | - |
| HSV(B) | 347.38º | 0.89% | 0.86% | - |
| XYZ | 30.85 | 16.3 | 6.68 | - |
| YUV | 87.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 66 | 0 | 0.89 | 0.7 | 0.14 | 347.38 | 0.8 | 0.48 |
| Hex | DC | 19 | 42 | 0 | 59 | 46 | E | 15B | 50 | 30 |
| Octal | 334 | 31 | 102 | 0 | 131 | 106 | 16 | 533 | 120 | 60 |
| Binary | 11011100 | 11001 | 1000010 | 0 | 1011001 | 1000110 | 1110 | 101011011 | 1010000 | 110000 |
Color Harmonies of #DC1942
Complementary color
Monochromatic Colors of #DC1942
Black with #DC1942
Text Example
Text Example
White with #DC1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1942; }
p { color: rgb(220,25,66); }
H1.HeaderClassName
{
color: #DC1942;
}
.AnyTagClassName
{
color: #DC1942;
}
</style>
background-color css
<style>
a { background-color: #DC1942; }
a { background-color: rgb(220,25,66); }
div.DivClassName
{
background-color: #DC1942;
}
.BgClassName
{
background-color: #DC1942;
}
</style>
border-color css
<style>
span { border-color: #DC1942; }
span { border-color: rgb(220,25,66); }
td.TdClassName
{
border-color: #DC1942;
}
.TagClassName
{
border-color: #DC1942;
}
</style>