Shades of Crimson #D81337
Tints of Crimson #D81337
RGB
CMYK
RGB Variations
Color information
#D81337 (or 0xD81337) is known color: Crimson. HEX triplet: D8, 13 and 37. RGB value is (216,19,55). Sum of RGB (Red+Green+Blue) = 216+19+55=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D81337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81337 is #27ECC8. Grayscale: #525252. Windows color (decimal): -2616521 or 3609560. OLE color: 3609560.
HSL color Cylindrical-coordinate representation of color #D81337: hue angle of 349.04º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81337 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 55 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.15 |
| HSL | 349.04º | 0.84% | 0.46% | - |
| HSV(B) | 349.04º | 0.91% | 0.85% | - |
| XYZ | 29.24 | 15.34 | 5.03 | - |
| YUV | 82.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 55 | 0 | 0.91 | 0.75 | 0.15 | 349.04 | 0.84 | 0.46 |
| Hex | D8 | 13 | 37 | 0 | 5B | 4B | F | 15D | 54 | 2E |
| Octal | 330 | 23 | 67 | 0 | 133 | 113 | 17 | 535 | 124 | 56 |
| Binary | 11011000 | 10011 | 110111 | 0 | 1011011 | 1001011 | 1111 | 101011101 | 1010100 | 101110 |
Color Harmonies of #D81337
Complementary color
Monochromatic Colors of #D81337
Black with #D81337
Text Example
Text Example
White with #D81337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81337; }
p { color: rgb(216,19,55); }
H1.HeaderClassName
{
color: #D81337;
}
.AnyTagClassName
{
color: #D81337;
}
</style>
background-color css
<style>
a { background-color: #D81337; }
a { background-color: rgb(216,19,55); }
div.DivClassName
{
background-color: #D81337;
}
.BgClassName
{
background-color: #D81337;
}
</style>
border-color css
<style>
span { border-color: #D81337; }
span { border-color: rgb(216,19,55); }
td.TdClassName
{
border-color: #D81337;
}
.TagClassName
{
border-color: #D81337;
}
</style>