Shades of Crimson #D81936
Tints of Crimson #D81936
RGB
CMYK
RGB Variations
Color information
#D81936 (or 0xD81936) is known color: Crimson. HEX triplet: D8, 19 and 36. RGB value is (216,25,54). Sum of RGB (Red+Green+Blue) = 216+25+54=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D81936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81936 is #27E6C9. Grayscale: #555555. Windows color (decimal): -2614986 or 3545560. OLE color: 3545560.
HSL color Cylindrical-coordinate representation of color #D81936: hue angle of 350.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81936 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 54 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.15 |
| HSL | 350.89º | 0.79% | 0.47% | - |
| HSV(B) | 350.89º | 0.88% | 0.85% | - |
| XYZ | 29.33 | 15.56 | 4.95 | - |
| YUV | 85.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 54 | 0 | 0.88 | 0.75 | 0.15 | 350.89 | 0.79 | 0.47 |
| Hex | D8 | 19 | 36 | 0 | 58 | 4B | F | 15F | 4F | 2F |
| Octal | 330 | 31 | 66 | 0 | 130 | 113 | 17 | 537 | 117 | 57 |
| Binary | 11011000 | 11001 | 110110 | 0 | 1011000 | 1001011 | 1111 | 101011111 | 1001111 | 101111 |
Color Harmonies of #D81936
Complementary color
Monochromatic Colors of #D81936
Black with #D81936
Text Example
Text Example
White with #D81936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81936; }
p { color: rgb(216,25,54); }
H1.HeaderClassName
{
color: #D81936;
}
.AnyTagClassName
{
color: #D81936;
}
</style>
background-color css
<style>
a { background-color: #D81936; }
a { background-color: rgb(216,25,54); }
div.DivClassName
{
background-color: #D81936;
}
.BgClassName
{
background-color: #D81936;
}
</style>
border-color css
<style>
span { border-color: #D81936; }
span { border-color: rgb(216,25,54); }
td.TdClassName
{
border-color: #D81936;
}
.TagClassName
{
border-color: #D81936;
}
</style>