Shades of Crimson #D81931
Tints of Crimson #D81931
RGB
CMYK
RGB Variations
Color information
#D81931 (or 0xD81931) is known color: Crimson. HEX triplet: D8, 19 and 31. RGB value is (216,25,49). Sum of RGB (Red+Green+Blue) = 216+25+49=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D81931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81931 is #27E6CE. Grayscale: #545454. Windows color (decimal): -2614991 or 3217880. OLE color: 3217880.
HSL color Cylindrical-coordinate representation of color #D81931: hue angle of 352.46º 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 #D81931 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 49 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.15 |
| HSL | 352.46º | 0.79% | 0.47% | - |
| HSV(B) | 352.46º | 0.88% | 0.85% | - |
| XYZ | 29.22 | 15.52 | 4.36 | - |
| YUV | 84.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 49 | 0 | 0.88 | 0.77 | 0.15 | 352.46 | 0.79 | 0.47 |
| Hex | D8 | 19 | 31 | 0 | 58 | 4D | F | 160 | 4F | 2F |
| Octal | 330 | 31 | 61 | 0 | 130 | 115 | 17 | 540 | 117 | 57 |
| Binary | 11011000 | 11001 | 110001 | 0 | 1011000 | 1001101 | 1111 | 101100000 | 1001111 | 101111 |
Color Harmonies of #D81931
Complementary color
Monochromatic Colors of #D81931
Black with #D81931
Text Example
Text Example
White with #D81931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81931; }
p { color: rgb(216,25,49); }
H1.HeaderClassName
{
color: #D81931;
}
.AnyTagClassName
{
color: #D81931;
}
</style>
background-color css
<style>
a { background-color: #D81931; }
a { background-color: rgb(216,25,49); }
div.DivClassName
{
background-color: #D81931;
}
.BgClassName
{
background-color: #D81931;
}
</style>
border-color css
<style>
span { border-color: #D81931; }
span { border-color: rgb(216,25,49); }
td.TdClassName
{
border-color: #D81931;
}
.TagClassName
{
border-color: #D81931;
}
</style>