Shades of Crimson #D60C36
Tints of Crimson #D60C36
RGB
CMYK
RGB Variations
Color information
#D60C36 (or 0xD60C36) is known color: Crimson. HEX triplet: D6, 0C and 36. RGB value is (214,12,54). Sum of RGB (Red+Green+Blue) = 214+12+54=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C36 is #29F3C9. Grayscale: #4D4D4D. Windows color (decimal): -2749386 or 3542230. OLE color: 3542230.
HSL color Cylindrical-coordinate representation of color #D60C36: hue angle of 347.52º 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 #D60C36 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 54 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.16 |
| HSL | 347.52º | 0.89% | 0.44% | - |
| HSV(B) | 347.52º | 0.94% | 0.84% | - |
| XYZ | 28.53 | 14.83 | 4.85 | - |
| YUV | 77.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 54 | 0 | 0.94 | 0.75 | 0.16 | 347.52 | 0.89 | 0.44 |
| Hex | D6 | C | 36 | 0 | 5E | 4B | 10 | 15C | 59 | 2C |
| Octal | 326 | 14 | 66 | 0 | 136 | 113 | 20 | 534 | 131 | 54 |
| Binary | 11010110 | 1100 | 110110 | 0 | 1011110 | 1001011 | 10000 | 101011100 | 1011001 | 101100 |
Color Harmonies of #D60C36
Complementary color
Monochromatic Colors of #D60C36
Black with #D60C36
Text Example
Text Example
White with #D60C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C36; }
p { color: rgb(214,12,54); }
H1.HeaderClassName
{
color: #D60C36;
}
.AnyTagClassName
{
color: #D60C36;
}
</style>
background-color css
<style>
a { background-color: #D60C36; }
a { background-color: rgb(214,12,54); }
div.DivClassName
{
background-color: #D60C36;
}
.BgClassName
{
background-color: #D60C36;
}
</style>
border-color css
<style>
span { border-color: #D60C36; }
span { border-color: rgb(214,12,54); }
td.TdClassName
{
border-color: #D60C36;
}
.TagClassName
{
border-color: #D60C36;
}
</style>