Shades of Crimson #DC0F34
Tints of Crimson #DC0F34
RGB
CMYK
RGB Variations
Color information
#DC0F34 (or 0xDC0F34) is known color: Crimson. HEX triplet: DC, 0F and 34. RGB value is (220,15,52). Sum of RGB (Red+Green+Blue) = 220+15+52=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F34 is #23F0CB. Grayscale: #505050. Windows color (decimal): -2355404 or 3411932. OLE color: 3411932.
HSL color Cylindrical-coordinate representation of color #DC0F34: hue angle of 349.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F34 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 52 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.14 |
| HSL | 349.17º | 0.87% | 0.46% | - |
| HSV(B) | 349.17º | 0.93% | 0.86% | - |
| XYZ | 30.31 | 15.81 | 4.7 | - |
| YUV | 80.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 52 | 0 | 0.93 | 0.76 | 0.14 | 349.17 | 0.87 | 0.46 |
| Hex | DC | F | 34 | 0 | 5D | 4C | E | 15D | 57 | 2E |
| Octal | 334 | 17 | 64 | 0 | 135 | 114 | 16 | 535 | 127 | 56 |
| Binary | 11011100 | 1111 | 110100 | 0 | 1011101 | 1001100 | 1110 | 101011101 | 1010111 | 101110 |
Color Harmonies of #DC0F34
Complementary color
Monochromatic Colors of #DC0F34
Black with #DC0F34
Text Example
Text Example
White with #DC0F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F34; }
p { color: rgb(220,15,52); }
H1.HeaderClassName
{
color: #DC0F34;
}
.AnyTagClassName
{
color: #DC0F34;
}
</style>
background-color css
<style>
a { background-color: #DC0F34; }
a { background-color: rgb(220,15,52); }
div.DivClassName
{
background-color: #DC0F34;
}
.BgClassName
{
background-color: #DC0F34;
}
</style>
border-color css
<style>
span { border-color: #DC0F34; }
span { border-color: rgb(220,15,52); }
td.TdClassName
{
border-color: #DC0F34;
}
.TagClassName
{
border-color: #DC0F34;
}
</style>