Shades of Crimson #DC0240
Tints of Crimson #DC0240
RGB
CMYK
RGB Variations
Color information
#DC0240 (or 0xDC0240) is known color: Crimson. HEX triplet: DC, 02 and 40. RGB value is (220,2,64). Sum of RGB (Red+Green+Blue) = 220+2+64=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0240 is #23FDBF. Grayscale: #4A4A4A. Windows color (decimal): -2358720 or 4195036. OLE color: 4195036.
HSL color Cylindrical-coordinate representation of color #DC0240: hue angle of 342.94º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0240 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.14 |
| HSL | 342.94º | 0.98% | 0.44% | - |
| HSV(B) | 342.94º | 0.99% | 0.86% | - |
| XYZ | 30.46 | 15.63 | 6.26 | - |
| YUV | 74.25 | 122.22 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 64 | 0 | 0.99 | 0.71 | 0.14 | 342.94 | 0.98 | 0.44 |
| Hex | DC | 2 | 40 | 0 | 63 | 47 | E | 157 | 62 | 2C |
| Octal | 334 | 2 | 100 | 0 | 143 | 107 | 16 | 527 | 142 | 54 |
| Binary | 11011100 | 10 | 1000000 | 0 | 1100011 | 1000111 | 1110 | 101010111 | 1100010 | 101100 |
Color Harmonies of #DC0240
Complementary color
Monochromatic Colors of #DC0240
Black with #DC0240
Text Example
Text Example
White with #DC0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0240; }
p { color: rgb(220,2,64); }
H1.HeaderClassName
{
color: #DC0240;
}
.AnyTagClassName
{
color: #DC0240;
}
</style>
background-color css
<style>
a { background-color: #DC0240; }
a { background-color: rgb(220,2,64); }
div.DivClassName
{
background-color: #DC0240;
}
.BgClassName
{
background-color: #DC0240;
}
</style>
border-color css
<style>
span { border-color: #DC0240; }
span { border-color: rgb(220,2,64); }
td.TdClassName
{
border-color: #DC0240;
}
.TagClassName
{
border-color: #DC0240;
}
</style>