Shades of Crimson #DC0840
Tints of Crimson #DC0840
RGB
CMYK
RGB Variations
Color information
#DC0840 (or 0xDC0840) is known color: Crimson. HEX triplet: DC, 08 and 40. RGB value is (220,8,64). Sum of RGB (Red+Green+Blue) = 220+8+64=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0840 is #23F7BF. Grayscale: #4D4D4D. Windows color (decimal): -2357184 or 4196572. OLE color: 4196572.
HSL color Cylindrical-coordinate representation of color #DC0840: hue angle of 344.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0840 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.14 |
| HSL | 344.15º | 0.93% | 0.45% | - |
| HSV(B) | 344.15º | 0.96% | 0.86% | - |
| XYZ | 30.53 | 15.76 | 6.28 | - |
| YUV | 77.77 | 120.24 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 64 | 0 | 0.96 | 0.71 | 0.14 | 344.15 | 0.93 | 0.45 |
| Hex | DC | 8 | 40 | 0 | 60 | 47 | E | 158 | 5D | 2D |
| Octal | 334 | 10 | 100 | 0 | 140 | 107 | 16 | 530 | 135 | 55 |
| Binary | 11011100 | 1000 | 1000000 | 0 | 1100000 | 1000111 | 1110 | 101011000 | 1011101 | 101101 |
Color Harmonies of #DC0840
Complementary color
Monochromatic Colors of #DC0840
Black with #DC0840
Text Example
Text Example
White with #DC0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0840; }
p { color: rgb(220,8,64); }
H1.HeaderClassName
{
color: #DC0840;
}
.AnyTagClassName
{
color: #DC0840;
}
</style>
background-color css
<style>
a { background-color: #DC0840; }
a { background-color: rgb(220,8,64); }
div.DivClassName
{
background-color: #DC0840;
}
.BgClassName
{
background-color: #DC0840;
}
</style>
border-color css
<style>
span { border-color: #DC0840; }
span { border-color: rgb(220,8,64); }
td.TdClassName
{
border-color: #DC0840;
}
.TagClassName
{
border-color: #DC0840;
}
</style>