Shades of Crimson #DC1442
Tints of Crimson #DC1442
RGB
CMYK
RGB Variations
Color information
#DC1442 (or 0xDC1442) is known color: Crimson. HEX triplet: DC, 14 and 42. RGB value is (220,20,66). Sum of RGB (Red+Green+Blue) = 220+20+66=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1442 is #23EBBD. Grayscale: #555555. Windows color (decimal): -2354110 or 4330716. OLE color: 4330716.
HSL color Cylindrical-coordinate representation of color #DC1442: hue angle of 346.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1442 is Cyan = 0, Magento = 0.91, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 66 | - |
| CMYK | 0 | 0.91 | 0.7 | 0.14 |
| HSL | 346.2º | 0.83% | 0.47% | - |
| HSV(B) | 346.2º | 0.91% | 0.86% | - |
| XYZ | 30.75 | 16.11 | 6.64 | - |
| YUV | 85.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 66 | 0 | 0.91 | 0.7 | 0.14 | 346.2 | 0.83 | 0.47 |
| Hex | DC | 14 | 42 | 0 | 5B | 46 | E | 15A | 53 | 2F |
| Octal | 334 | 24 | 102 | 0 | 133 | 106 | 16 | 532 | 123 | 57 |
| Binary | 11011100 | 10100 | 1000010 | 0 | 1011011 | 1000110 | 1110 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DC1442
Complementary color
Monochromatic Colors of #DC1442
Black with #DC1442
Text Example
Text Example
White with #DC1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1442; }
p { color: rgb(220,20,66); }
H1.HeaderClassName
{
color: #DC1442;
}
.AnyTagClassName
{
color: #DC1442;
}
</style>
background-color css
<style>
a { background-color: #DC1442; }
a { background-color: rgb(220,20,66); }
div.DivClassName
{
background-color: #DC1442;
}
.BgClassName
{
background-color: #DC1442;
}
</style>
border-color css
<style>
span { border-color: #DC1442; }
span { border-color: rgb(220,20,66); }
td.TdClassName
{
border-color: #DC1442;
}
.TagClassName
{
border-color: #DC1442;
}
</style>