Shades of Crimson #DC0436
Tints of Crimson #DC0436
RGB
CMYK
RGB Variations
Color information
#DC0436 (or 0xDC0436) is known color: Crimson. HEX triplet: DC, 04 and 36. RGB value is (220,4,54). Sum of RGB (Red+Green+Blue) = 220+4+54=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0436 is #23FBC9. Grayscale: #4A4A4A. Windows color (decimal): -2358218 or 3540188. OLE color: 3540188.
HSL color Cylindrical-coordinate representation of color #DC0436: hue angle of 346.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0436 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.14 |
| HSL | 346.11º | 0.96% | 0.44% | - |
| HSV(B) | 346.11º | 0.98% | 0.86% | - |
| XYZ | 30.22 | 15.57 | 4.9 | - |
| YUV | 74.28 | 116.56 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 54 | 0 | 0.98 | 0.75 | 0.14 | 346.11 | 0.96 | 0.44 |
| Hex | DC | 4 | 36 | 0 | 62 | 4B | E | 15A | 60 | 2C |
| Octal | 334 | 4 | 66 | 0 | 142 | 113 | 16 | 532 | 140 | 54 |
| Binary | 11011100 | 100 | 110110 | 0 | 1100010 | 1001011 | 1110 | 101011010 | 1100000 | 101100 |
Color Harmonies of #DC0436
Complementary color
Monochromatic Colors of #DC0436
Black with #DC0436
Text Example
Text Example
White with #DC0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0436; }
p { color: rgb(220,4,54); }
H1.HeaderClassName
{
color: #DC0436;
}
.AnyTagClassName
{
color: #DC0436;
}
</style>
background-color css
<style>
a { background-color: #DC0436; }
a { background-color: rgb(220,4,54); }
div.DivClassName
{
background-color: #DC0436;
}
.BgClassName
{
background-color: #DC0436;
}
</style>
border-color css
<style>
span { border-color: #DC0436; }
span { border-color: rgb(220,4,54); }
td.TdClassName
{
border-color: #DC0436;
}
.TagClassName
{
border-color: #DC0436;
}
</style>