Shades of Crimson #D60C34
Tints of Crimson #D60C34
RGB
CMYK
RGB Variations
Color information
#D60C34 (or 0xD60C34) is known color: Crimson. HEX triplet: D6, 0C and 34. RGB value is (214,12,52). Sum of RGB (Red+Green+Blue) = 214+12+52=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C34 is #29F3CB. Grayscale: #4D4D4D. Windows color (decimal): -2749388 or 3411158. OLE color: 3411158.
HSL color Cylindrical-coordinate representation of color #D60C34: hue angle of 348.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C34 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 52 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.16 |
| HSL | 348.12º | 0.89% | 0.44% | - |
| HSV(B) | 348.12º | 0.94% | 0.84% | - |
| XYZ | 28.48 | 14.81 | 4.61 | - |
| YUV | 76.96 | 113.92 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 52 | 0 | 0.94 | 0.76 | 0.16 | 348.12 | 0.89 | 0.44 |
| Hex | D6 | C | 34 | 0 | 5E | 4C | 10 | 15C | 59 | 2C |
| Octal | 326 | 14 | 64 | 0 | 136 | 114 | 20 | 534 | 131 | 54 |
| Binary | 11010110 | 1100 | 110100 | 0 | 1011110 | 1001100 | 10000 | 101011100 | 1011001 | 101100 |
Color Harmonies of #D60C34
Complementary color
Monochromatic Colors of #D60C34
Black with #D60C34
Text Example
Text Example
White with #D60C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C34; }
p { color: rgb(214,12,52); }
H1.HeaderClassName
{
color: #D60C34;
}
.AnyTagClassName
{
color: #D60C34;
}
</style>
background-color css
<style>
a { background-color: #D60C34; }
a { background-color: rgb(214,12,52); }
div.DivClassName
{
background-color: #D60C34;
}
.BgClassName
{
background-color: #D60C34;
}
</style>
border-color css
<style>
span { border-color: #D60C34; }
span { border-color: rgb(214,12,52); }
td.TdClassName
{
border-color: #D60C34;
}
.TagClassName
{
border-color: #D60C34;
}
</style>