Shades of Crimson #D70837
Tints of Crimson #D70837
RGB
CMYK
RGB Variations
Color information
#D70837 (or 0xD70837) is known color: Crimson. HEX triplet: D7, 08 and 37. RGB value is (215,8,55). Sum of RGB (Red+Green+Blue) = 215+8+55=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D70837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70837 is #28F7C8. Grayscale: #4B4B4B. Windows color (decimal): -2684873 or 3606743. OLE color: 3606743.
HSL color Cylindrical-coordinate representation of color #D70837: hue angle of 346.38º degrees, saturation: 0.93, 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 #D70837 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.16 |
| HSL | 346.38º | 0.93% | 0.44% | - |
| HSV(B) | 346.38º | 0.96% | 0.84% | - |
| XYZ | 28.8 | 14.9 | 4.97 | - |
| YUV | 75.25 | 116.58 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 55 | 0 | 0.96 | 0.74 | 0.16 | 346.38 | 0.93 | 0.44 |
| Hex | D7 | 8 | 37 | 0 | 60 | 4A | 10 | 15A | 5D | 2C |
| Octal | 327 | 10 | 67 | 0 | 140 | 112 | 20 | 532 | 135 | 54 |
| Binary | 11010111 | 1000 | 110111 | 0 | 1100000 | 1001010 | 10000 | 101011010 | 1011101 | 101100 |
Color Harmonies of #D70837
Complementary color
Monochromatic Colors of #D70837
Black with #D70837
Text Example
Text Example
White with #D70837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70837; }
p { color: rgb(215,8,55); }
H1.HeaderClassName
{
color: #D70837;
}
.AnyTagClassName
{
color: #D70837;
}
</style>
background-color css
<style>
a { background-color: #D70837; }
a { background-color: rgb(215,8,55); }
div.DivClassName
{
background-color: #D70837;
}
.BgClassName
{
background-color: #D70837;
}
</style>
border-color css
<style>
span { border-color: #D70837; }
span { border-color: rgb(215,8,55); }
td.TdClassName
{
border-color: #D70837;
}
.TagClassName
{
border-color: #D70837;
}
</style>