Shades of Crimson #DC0C2A
Tints of Crimson #DC0C2A
RGB
CMYK
RGB Variations
Color information
#DC0C2A (or 0xDC0C2A) is known color: Crimson. HEX triplet: DC, 0C and 2A. RGB value is (220,12,42). Sum of RGB (Red+Green+Blue) = 220+12+42=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C2A is #23F3D5. Grayscale: #4D4D4D. Windows color (decimal): -2356182 or 2755804. OLE color: 2755804.
HSL color Cylindrical-coordinate representation of color #DC0C2A: hue angle of 351.35º 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 #DC0C2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.14 |
| HSL | 351.35º | 0.9% | 0.45% | - |
| HSV(B) | 351.35º | 0.95% | 0.86% | - |
| XYZ | 30.06 | 15.65 | 3.63 | - |
| YUV | 77.61 | 107.91 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 42 | 0 | 0.95 | 0.81 | 0.14 | 351.35 | 0.9 | 0.45 |
| Hex | DC | C | 2A | 0 | 5F | 51 | E | 15F | 5A | 2D |
| Octal | 334 | 14 | 52 | 0 | 137 | 121 | 16 | 537 | 132 | 55 |
| Binary | 11011100 | 1100 | 101010 | 0 | 1011111 | 1010001 | 1110 | 101011111 | 1011010 | 101101 |
Color Harmonies of #DC0C2A
Complementary color
Monochromatic Colors of #DC0C2A
Black with #DC0C2A
Text Example
Text Example
White with #DC0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C2A; }
p { color: rgb(220,12,42); }
H1.HeaderClassName
{
color: #DC0C2A;
}
.AnyTagClassName
{
color: #DC0C2A;
}
</style>
background-color css
<style>
a { background-color: #DC0C2A; }
a { background-color: rgb(220,12,42); }
div.DivClassName
{
background-color: #DC0C2A;
}
.BgClassName
{
background-color: #DC0C2A;
}
</style>
border-color css
<style>
span { border-color: #DC0C2A; }
span { border-color: rgb(220,12,42); }
td.TdClassName
{
border-color: #DC0C2A;
}
.TagClassName
{
border-color: #DC0C2A;
}
</style>