Shades of Crimson #DC0C40
Tints of Crimson #DC0C40
RGB
CMYK
RGB Variations
Color information
#DC0C40 (or 0xDC0C40) is known color: Crimson. HEX triplet: DC, 0C and 40. RGB value is (220,12,64). Sum of RGB (Red+Green+Blue) = 220+12+64=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C40 is #23F3BF. Grayscale: #505050. Windows color (decimal): -2356160 or 4197596. OLE color: 4197596.
HSL color Cylindrical-coordinate representation of color #DC0C40: hue angle of 345º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C40 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.14 |
| HSL | 345º | 0.9% | 0.45% | - |
| HSV(B) | 345º | 0.95% | 0.86% | - |
| XYZ | 30.57 | 15.85 | 6.3 | - |
| YUV | 80.12 | 118.91 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 64 | 0 | 0.95 | 0.71 | 0.14 | 345 | 0.9 | 0.45 |
| Hex | DC | C | 40 | 0 | 5F | 47 | E | 159 | 5A | 2D |
| Octal | 334 | 14 | 100 | 0 | 137 | 107 | 16 | 531 | 132 | 55 |
| Binary | 11011100 | 1100 | 1000000 | 0 | 1011111 | 1000111 | 1110 | 101011001 | 1011010 | 101101 |
Color Harmonies of #DC0C40
Complementary color
Monochromatic Colors of #DC0C40
Black with #DC0C40
Text Example
Text Example
White with #DC0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C40; }
p { color: rgb(220,12,64); }
H1.HeaderClassName
{
color: #DC0C40;
}
.AnyTagClassName
{
color: #DC0C40;
}
</style>
background-color css
<style>
a { background-color: #DC0C40; }
a { background-color: rgb(220,12,64); }
div.DivClassName
{
background-color: #DC0C40;
}
.BgClassName
{
background-color: #DC0C40;
}
</style>
border-color css
<style>
span { border-color: #DC0C40; }
span { border-color: rgb(220,12,64); }
td.TdClassName
{
border-color: #DC0C40;
}
.TagClassName
{
border-color: #DC0C40;
}
</style>