Shades of Crimson #DC0C34
Tints of Crimson #DC0C34
RGB
CMYK
RGB Variations
Color information
#DC0C34 (or 0xDC0C34) is known color: Crimson. HEX triplet: DC, 0C and 34. RGB value is (220,12,52). Sum of RGB (Red+Green+Blue) = 220+12+52=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C34 is #23F3CB. Grayscale: #4E4E4E. Windows color (decimal): -2356172 or 3411164. OLE color: 3411164.
HSL color Cylindrical-coordinate representation of color #DC0C34: hue angle of 348.46º 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 #DC0C34 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 52 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.14 |
| HSL | 348.46º | 0.9% | 0.45% | - |
| HSV(B) | 348.46º | 0.95% | 0.86% | - |
| XYZ | 30.27 | 15.73 | 4.69 | - |
| YUV | 78.75 | 112.91 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 52 | 0 | 0.95 | 0.76 | 0.14 | 348.46 | 0.9 | 0.45 |
| Hex | DC | C | 34 | 0 | 5F | 4C | E | 15C | 5A | 2D |
| Octal | 334 | 14 | 64 | 0 | 137 | 114 | 16 | 534 | 132 | 55 |
| Binary | 11011100 | 1100 | 110100 | 0 | 1011111 | 1001100 | 1110 | 101011100 | 1011010 | 101101 |
Color Harmonies of #DC0C34
Complementary color
Monochromatic Colors of #DC0C34
Black with #DC0C34
Text Example
Text Example
White with #DC0C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C34; }
p { color: rgb(220,12,52); }
H1.HeaderClassName
{
color: #DC0C34;
}
.AnyTagClassName
{
color: #DC0C34;
}
</style>
background-color css
<style>
a { background-color: #DC0C34; }
a { background-color: rgb(220,12,52); }
div.DivClassName
{
background-color: #DC0C34;
}
.BgClassName
{
background-color: #DC0C34;
}
</style>
border-color css
<style>
span { border-color: #DC0C34; }
span { border-color: rgb(220,12,52); }
td.TdClassName
{
border-color: #DC0C34;
}
.TagClassName
{
border-color: #DC0C34;
}
</style>