Shades of Crimson #D80A37
Tints of Crimson #D80A37
RGB
CMYK
RGB Variations
Color information
#D80A37 (or 0xD80A37) is known color: Crimson. HEX triplet: D8, 0A and 37. RGB value is (216,10,55). Sum of RGB (Red+Green+Blue) = 216+10+55=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A37 is #27F5C8. Grayscale: #4C4C4C. Windows color (decimal): -2618825 or 3607256. OLE color: 3607256.
HSL color Cylindrical-coordinate representation of color #D80A37: hue angle of 346.89º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A37 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 55 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.15 |
| HSL | 346.89º | 0.91% | 0.44% | - |
| HSV(B) | 346.89º | 0.95% | 0.85% | - |
| XYZ | 29.12 | 15.09 | 4.99 | - |
| YUV | 76.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 55 | 0 | 0.95 | 0.75 | 0.15 | 346.89 | 0.91 | 0.44 |
| Hex | D8 | A | 37 | 0 | 5F | 4B | F | 15B | 5B | 2C |
| Octal | 330 | 12 | 67 | 0 | 137 | 113 | 17 | 533 | 133 | 54 |
| Binary | 11011000 | 1010 | 110111 | 0 | 1011111 | 1001011 | 1111 | 101011011 | 1011011 | 101100 |
Color Harmonies of #D80A37
Complementary color
Monochromatic Colors of #D80A37
Black with #D80A37
Text Example
Text Example
White with #D80A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A37; }
p { color: rgb(216,10,55); }
H1.HeaderClassName
{
color: #D80A37;
}
.AnyTagClassName
{
color: #D80A37;
}
</style>
background-color css
<style>
a { background-color: #D80A37; }
a { background-color: rgb(216,10,55); }
div.DivClassName
{
background-color: #D80A37;
}
.BgClassName
{
background-color: #D80A37;
}
</style>
border-color css
<style>
span { border-color: #D80A37; }
span { border-color: rgb(216,10,55); }
td.TdClassName
{
border-color: #D80A37;
}
.TagClassName
{
border-color: #D80A37;
}
</style>