Shades of Crimson #D60937
Tints of Crimson #D60937
RGB
CMYK
RGB Variations
Color information
#D60937 (or 0xD60937) is known color: Crimson. HEX triplet: D6, 09 and 37. RGB value is (214,9,55). Sum of RGB (Red+Green+Blue) = 214+9+55=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D60937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60937 is #29F6C8. Grayscale: #4B4B4B. Windows color (decimal): -2750153 or 3606998. OLE color: 3606998.
HSL color Cylindrical-coordinate representation of color #D60937: hue angle of 346.54º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60937 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.16 |
| HSL | 346.54º | 0.92% | 0.44% | - |
| HSV(B) | 346.54º | 0.96% | 0.84% | - |
| XYZ | 28.52 | 14.77 | 4.96 | - |
| YUV | 75.54 | 116.42 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 55 | 0 | 0.96 | 0.74 | 0.16 | 346.54 | 0.92 | 0.44 |
| Hex | D6 | 9 | 37 | 0 | 60 | 4A | 10 | 15B | 5C | 2C |
| Octal | 326 | 11 | 67 | 0 | 140 | 112 | 20 | 533 | 134 | 54 |
| Binary | 11010110 | 1001 | 110111 | 0 | 1100000 | 1001010 | 10000 | 101011011 | 1011100 | 101100 |
Color Harmonies of #D60937
Complementary color
Monochromatic Colors of #D60937
Black with #D60937
Text Example
Text Example
White with #D60937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60937; }
p { color: rgb(214,9,55); }
H1.HeaderClassName
{
color: #D60937;
}
.AnyTagClassName
{
color: #D60937;
}
</style>
background-color css
<style>
a { background-color: #D60937; }
a { background-color: rgb(214,9,55); }
div.DivClassName
{
background-color: #D60937;
}
.BgClassName
{
background-color: #D60937;
}
</style>
border-color css
<style>
span { border-color: #D60937; }
span { border-color: rgb(214,9,55); }
td.TdClassName
{
border-color: #D60937;
}
.TagClassName
{
border-color: #D60937;
}
</style>