Shades of Crimson #D81039
Tints of Crimson #D81039
RGB
CMYK
RGB Variations
Color information
#D81039 (or 0xD81039) is known color: Crimson. HEX triplet: D8, 10 and 39. RGB value is (216,16,57). Sum of RGB (Red+Green+Blue) = 216+16+57=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D81039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81039 is #27EFC6. Grayscale: #505050. Windows color (decimal): -2617287 or 3739864. OLE color: 3739864.
HSL color Cylindrical-coordinate representation of color #D81039: hue angle of 347.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81039 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 57 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.15 |
| HSL | 347.7º | 0.86% | 0.45% | - |
| HSV(B) | 347.7º | 0.93% | 0.85% | - |
| XYZ | 29.24 | 15.26 | 5.28 | - |
| YUV | 80.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 57 | 0 | 0.93 | 0.74 | 0.15 | 347.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | 39 | 0 | 5D | 4A | F | 15C | 56 | 2D |
| Octal | 330 | 20 | 71 | 0 | 135 | 112 | 17 | 534 | 126 | 55 |
| Binary | 11011000 | 10000 | 111001 | 0 | 1011101 | 1001010 | 1111 | 101011100 | 1010110 | 101101 |
Color Harmonies of #D81039
Complementary color
Monochromatic Colors of #D81039
Black with #D81039
Text Example
Text Example
White with #D81039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81039; }
p { color: rgb(216,16,57); }
H1.HeaderClassName
{
color: #D81039;
}
.AnyTagClassName
{
color: #D81039;
}
</style>
background-color css
<style>
a { background-color: #D81039; }
a { background-color: rgb(216,16,57); }
div.DivClassName
{
background-color: #D81039;
}
.BgClassName
{
background-color: #D81039;
}
</style>
border-color css
<style>
span { border-color: #D81039; }
span { border-color: rgb(216,16,57); }
td.TdClassName
{
border-color: #D81039;
}
.TagClassName
{
border-color: #D81039;
}
</style>