Shades of Crimson #D81237
Tints of Crimson #D81237
RGB
CMYK
RGB Variations
Color information
#D81237 (or 0xD81237) is known color: Crimson. HEX triplet: D8, 12 and 37. RGB value is (216,18,55). Sum of RGB (Red+Green+Blue) = 216+18+55=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D81237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81237 is #27EDC8. Grayscale: #515151. Windows color (decimal): -2616777 or 3609304. OLE color: 3609304.
HSL color Cylindrical-coordinate representation of color #D81237: hue angle of 348.79º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81237 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 55 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.15 |
| HSL | 348.79º | 0.85% | 0.46% | - |
| HSV(B) | 348.79º | 0.92% | 0.85% | - |
| XYZ | 29.22 | 15.31 | 5.03 | - |
| YUV | 81.42 | 113.1 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 55 | 0 | 0.92 | 0.75 | 0.15 | 348.79 | 0.85 | 0.46 |
| Hex | D8 | 12 | 37 | 0 | 5C | 4B | F | 15D | 55 | 2E |
| Octal | 330 | 22 | 67 | 0 | 134 | 113 | 17 | 535 | 125 | 56 |
| Binary | 11011000 | 10010 | 110111 | 0 | 1011100 | 1001011 | 1111 | 101011101 | 1010101 | 101110 |
Color Harmonies of #D81237
Complementary color
Monochromatic Colors of #D81237
Black with #D81237
Text Example
Text Example
White with #D81237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81237; }
p { color: rgb(216,18,55); }
H1.HeaderClassName
{
color: #D81237;
}
.AnyTagClassName
{
color: #D81237;
}
</style>
background-color css
<style>
a { background-color: #D81237; }
a { background-color: rgb(216,18,55); }
div.DivClassName
{
background-color: #D81237;
}
.BgClassName
{
background-color: #D81237;
}
</style>
border-color css
<style>
span { border-color: #D81237; }
span { border-color: rgb(216,18,55); }
td.TdClassName
{
border-color: #D81237;
}
.TagClassName
{
border-color: #D81237;
}
</style>