Shades of Crimson #D80937
Tints of Crimson #D80937
RGB
CMYK
RGB Variations
Color information
#D80937 (or 0xD80937) is known color: Crimson. HEX triplet: D8, 09 and 37. RGB value is (216,9,55). Sum of RGB (Red+Green+Blue) = 216+9+55=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D80937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80937 is #27F6C8. Grayscale: #4C4C4C. Windows color (decimal): -2619081 or 3607000. OLE color: 3607000.
HSL color Cylindrical-coordinate representation of color #D80937: hue angle of 346.67º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80937 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.15 |
| HSL | 346.67º | 0.92% | 0.44% | - |
| HSV(B) | 346.67º | 0.96% | 0.85% | - |
| XYZ | 29.11 | 15.07 | 4.99 | - |
| YUV | 76.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 55 | 0 | 0.96 | 0.75 | 0.15 | 346.67 | 0.92 | 0.44 |
| Hex | D8 | 9 | 37 | 0 | 60 | 4B | F | 15B | 5C | 2C |
| Octal | 330 | 11 | 67 | 0 | 140 | 113 | 17 | 533 | 134 | 54 |
| Binary | 11011000 | 1001 | 110111 | 0 | 1100000 | 1001011 | 1111 | 101011011 | 1011100 | 101100 |
Color Harmonies of #D80937
Complementary color
Monochromatic Colors of #D80937
Black with #D80937
Text Example
Text Example
White with #D80937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80937; }
p { color: rgb(216,9,55); }
H1.HeaderClassName
{
color: #D80937;
}
.AnyTagClassName
{
color: #D80937;
}
</style>
background-color css
<style>
a { background-color: #D80937; }
a { background-color: rgb(216,9,55); }
div.DivClassName
{
background-color: #D80937;
}
.BgClassName
{
background-color: #D80937;
}
</style>
border-color css
<style>
span { border-color: #D80937; }
span { border-color: rgb(216,9,55); }
td.TdClassName
{
border-color: #D80937;
}
.TagClassName
{
border-color: #D80937;
}
</style>