Shades of Crimson #D60B37
Tints of Crimson #D60B37
RGB
CMYK
RGB Variations
Color information
#D60B37 (or 0xD60B37) is known color: Crimson. HEX triplet: D6, 0B and 37. RGB value is (214,11,55). Sum of RGB (Red+Green+Blue) = 214+11+55=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B37 is #29F4C8. Grayscale: #4C4C4C. Windows color (decimal): -2749641 or 3607510. OLE color: 3607510.
HSL color Cylindrical-coordinate representation of color #D60B37: hue angle of 347º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B37 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 55 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.16 |
| HSL | 347º | 0.9% | 0.44% | - |
| HSV(B) | 347º | 0.95% | 0.84% | - |
| XYZ | 28.54 | 14.81 | 4.97 | - |
| YUV | 76.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 55 | 0 | 0.95 | 0.74 | 0.16 | 347 | 0.9 | 0.44 |
| Hex | D6 | B | 37 | 0 | 5F | 4A | 10 | 15B | 5A | 2C |
| Octal | 326 | 13 | 67 | 0 | 137 | 112 | 20 | 533 | 132 | 54 |
| Binary | 11010110 | 1011 | 110111 | 0 | 1011111 | 1001010 | 10000 | 101011011 | 1011010 | 101100 |
Color Harmonies of #D60B37
Complementary color
Monochromatic Colors of #D60B37
Black with #D60B37
Text Example
Text Example
White with #D60B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B37; }
p { color: rgb(214,11,55); }
H1.HeaderClassName
{
color: #D60B37;
}
.AnyTagClassName
{
color: #D60B37;
}
</style>
background-color css
<style>
a { background-color: #D60B37; }
a { background-color: rgb(214,11,55); }
div.DivClassName
{
background-color: #D60B37;
}
.BgClassName
{
background-color: #D60B37;
}
</style>
border-color css
<style>
span { border-color: #D60B37; }
span { border-color: rgb(214,11,55); }
td.TdClassName
{
border-color: #D60B37;
}
.TagClassName
{
border-color: #D60B37;
}
</style>