Shades of Crimson #D81737
Tints of Crimson #D81737
RGB
CMYK
RGB Variations
Color information
#D81737 (or 0xD81737) is known color: Crimson. HEX triplet: D8, 17 and 37. RGB value is (216,23,55). Sum of RGB (Red+Green+Blue) = 216+23+55=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D81737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81737 is #27E8C8. Grayscale: #545454. Windows color (decimal): -2615497 or 3610584. OLE color: 3610584.
HSL color Cylindrical-coordinate representation of color #D81737: hue angle of 350.05º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81737 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 55 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.15 |
| HSL | 350.05º | 0.81% | 0.47% | - |
| HSV(B) | 350.05º | 0.89% | 0.85% | - |
| XYZ | 29.31 | 15.49 | 5.06 | - |
| YUV | 84.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 55 | 0 | 0.89 | 0.75 | 0.15 | 350.05 | 0.81 | 0.47 |
| Hex | D8 | 17 | 37 | 0 | 59 | 4B | F | 15E | 51 | 2F |
| Octal | 330 | 27 | 67 | 0 | 131 | 113 | 17 | 536 | 121 | 57 |
| Binary | 11011000 | 10111 | 110111 | 0 | 1011001 | 1001011 | 1111 | 101011110 | 1010001 | 101111 |
Color Harmonies of #D81737
Complementary color
Monochromatic Colors of #D81737
Black with #D81737
Text Example
Text Example
White with #D81737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81737; }
p { color: rgb(216,23,55); }
H1.HeaderClassName
{
color: #D81737;
}
.AnyTagClassName
{
color: #D81737;
}
</style>
background-color css
<style>
a { background-color: #D81737; }
a { background-color: rgb(216,23,55); }
div.DivClassName
{
background-color: #D81737;
}
.BgClassName
{
background-color: #D81737;
}
</style>
border-color css
<style>
span { border-color: #D81737; }
span { border-color: rgb(216,23,55); }
td.TdClassName
{
border-color: #D81737;
}
.TagClassName
{
border-color: #D81737;
}
</style>