Shades of Crimson #DC0C32
Tints of Crimson #DC0C32
RGB
CMYK
RGB Variations
Color information
#DC0C32 (or 0xDC0C32) is known color: Crimson. HEX triplet: DC, 0C and 32. RGB value is (220,12,50). Sum of RGB (Red+Green+Blue) = 220+12+50=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C32 is #23F3CD. Grayscale: #4E4E4E. Windows color (decimal): -2356174 or 3280092. OLE color: 3280092.
HSL color Cylindrical-coordinate representation of color #DC0C32: hue angle of 349.04º 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 #DC0C32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.14 |
| HSL | 349.04º | 0.9% | 0.45% | - |
| HSV(B) | 349.04º | 0.95% | 0.86% | - |
| XYZ | 30.22 | 15.71 | 4.46 | - |
| YUV | 78.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 50 | 0 | 0.95 | 0.77 | 0.14 | 349.04 | 0.9 | 0.45 |
| Hex | DC | C | 32 | 0 | 5F | 4D | E | 15D | 5A | 2D |
| Octal | 334 | 14 | 62 | 0 | 137 | 115 | 16 | 535 | 132 | 55 |
| Binary | 11011100 | 1100 | 110010 | 0 | 1011111 | 1001101 | 1110 | 101011101 | 1011010 | 101101 |
Color Harmonies of #DC0C32
Complementary color
Monochromatic Colors of #DC0C32
Black with #DC0C32
Text Example
Text Example
White with #DC0C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C32; }
p { color: rgb(220,12,50); }
H1.HeaderClassName
{
color: #DC0C32;
}
.AnyTagClassName
{
color: #DC0C32;
}
</style>
background-color css
<style>
a { background-color: #DC0C32; }
a { background-color: rgb(220,12,50); }
div.DivClassName
{
background-color: #DC0C32;
}
.BgClassName
{
background-color: #DC0C32;
}
</style>
border-color css
<style>
span { border-color: #DC0C32; }
span { border-color: rgb(220,12,50); }
td.TdClassName
{
border-color: #DC0C32;
}
.TagClassName
{
border-color: #DC0C32;
}
</style>