Shades of Crimson #D81940
Tints of Crimson #D81940
RGB
CMYK
RGB Variations
Color information
#D81940 (or 0xD81940) is known color: Crimson. HEX triplet: D8, 19 and 40. RGB value is (216,25,64). Sum of RGB (Red+Green+Blue) = 216+25+64=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D81940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81940 is #27E6BF. Grayscale: #565656. Windows color (decimal): -2614976 or 4200920. OLE color: 4200920.
HSL color Cylindrical-coordinate representation of color #D81940: hue angle of 347.75º 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 #D81940 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 64 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.15 |
| HSL | 347.75º | 0.79% | 0.47% | - |
| HSV(B) | 347.75º | 0.88% | 0.85% | - |
| XYZ | 29.59 | 15.66 | 6.31 | - |
| YUV | 86.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 64 | 0 | 0.88 | 0.70 | 0.15 | 347.75 | 0.79 | 0.47 |
| Hex | D8 | 19 | 40 | 0 | 58 | 46 | F | 15C | 4F | 2F |
| Octal | 330 | 31 | 100 | 0 | 130 | 106 | 17 | 534 | 117 | 57 |
| Binary | 11011000 | 11001 | 1000000 | 0 | 1011000 | 1000110 | 1111 | 101011100 | 1001111 | 101111 |
Color Harmonies of #D81940
Complementary color
Monochromatic Colors of #D81940
Black with #D81940
Text Example
Text Example
White with #D81940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81940; }
p { color: rgb(216,25,64); }
H1.HeaderClassName
{
color: #D81940;
}
.AnyTagClassName
{
color: #D81940;
}
</style>
background-color css
<style>
a { background-color: #D81940; }
a { background-color: rgb(216,25,64); }
div.DivClassName
{
background-color: #D81940;
}
.BgClassName
{
background-color: #D81940;
}
</style>
border-color css
<style>
span { border-color: #D81940; }
span { border-color: rgb(216,25,64); }
td.TdClassName
{
border-color: #D81940;
}
.TagClassName
{
border-color: #D81940;
}
</style>