Shades of Crimson #D81539
Tints of Crimson #D81539
RGB
CMYK
RGB Variations
Color information
#D81539 (or 0xD81539) is known color: Crimson. HEX triplet: D8, 15 and 39. RGB value is (216,21,57). Sum of RGB (Red+Green+Blue) = 216+21+57=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D81539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81539 is #27EAC6. Grayscale: #535353. Windows color (decimal): -2616007 or 3741144. OLE color: 3741144.
HSL color Cylindrical-coordinate representation of color #D81539: hue angle of 348.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81539 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 57 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.15 |
| HSL | 348.92º | 0.82% | 0.46% | - |
| HSV(B) | 348.92º | 0.9% | 0.85% | - |
| XYZ | 29.33 | 15.43 | 5.3 | - |
| YUV | 83.41 | 113.1 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 57 | 0 | 0.90 | 0.74 | 0.15 | 348.92 | 0.82 | 0.46 |
| Hex | D8 | 15 | 39 | 0 | 5A | 4A | F | 15D | 52 | 2E |
| Octal | 330 | 25 | 71 | 0 | 132 | 112 | 17 | 535 | 122 | 56 |
| Binary | 11011000 | 10101 | 111001 | 0 | 1011010 | 1001010 | 1111 | 101011101 | 1010010 | 101110 |
Color Harmonies of #D81539
Complementary color
Monochromatic Colors of #D81539
Black with #D81539
Text Example
Text Example
White with #D81539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81539; }
p { color: rgb(216,21,57); }
H1.HeaderClassName
{
color: #D81539;
}
.AnyTagClassName
{
color: #D81539;
}
</style>
background-color css
<style>
a { background-color: #D81539; }
a { background-color: rgb(216,21,57); }
div.DivClassName
{
background-color: #D81539;
}
.BgClassName
{
background-color: #D81539;
}
</style>
border-color css
<style>
span { border-color: #D81539; }
span { border-color: rgb(216,21,57); }
td.TdClassName
{
border-color: #D81539;
}
.TagClassName
{
border-color: #D81539;
}
</style>