Shades of Crimson #D81C37
Tints of Crimson #D81C37
RGB
CMYK
RGB Variations
Color information
#D81C37 (or 0xD81C37) is known color: Crimson. HEX triplet: D8, 1C and 37. RGB value is (216,28,55). Sum of RGB (Red+Green+Blue) = 216+28+55=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81C37 is #27E3C8. Grayscale: #575757. Windows color (decimal): -2614217 or 3611864. OLE color: 3611864.
HSL color Cylindrical-coordinate representation of color #D81C37: hue angle of 351.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81C37 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 55 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.15 |
| HSL | 351.38º | 0.77% | 0.48% | - |
| HSV(B) | 351.38º | 0.87% | 0.85% | - |
| XYZ | 29.42 | 15.71 | 5.1 | - |
| YUV | 87.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 55 | 0 | 0.87 | 0.75 | 0.15 | 351.38 | 0.77 | 0.48 |
| Hex | D8 | 1C | 37 | 0 | 57 | 4B | F | 15F | 4D | 30 |
| Octal | 330 | 34 | 67 | 0 | 127 | 113 | 17 | 537 | 115 | 60 |
| Binary | 11011000 | 11100 | 110111 | 0 | 1010111 | 1001011 | 1111 | 101011111 | 1001101 | 110000 |
Color Harmonies of #D81C37
Complementary color
Monochromatic Colors of #D81C37
Black with #D81C37
Text Example
Text Example
White with #D81C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C37; }
p { color: rgb(216,28,55); }
H1.HeaderClassName
{
color: #D81C37;
}
.AnyTagClassName
{
color: #D81C37;
}
</style>
background-color css
<style>
a { background-color: #D81C37; }
a { background-color: rgb(216,28,55); }
div.DivClassName
{
background-color: #D81C37;
}
.BgClassName
{
background-color: #D81C37;
}
</style>
border-color css
<style>
span { border-color: #D81C37; }
span { border-color: rgb(216,28,55); }
td.TdClassName
{
border-color: #D81C37;
}
.TagClassName
{
border-color: #D81C37;
}
</style>