Shades of Crimson #D91037
Tints of Crimson #D91037
RGB
CMYK
RGB Variations
Color information
#D91037 (or 0xD91037) is known color: Crimson. HEX triplet: D9, 10 and 37. RGB value is (217,16,55). Sum of RGB (Red+Green+Blue) = 217+16+55=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D91037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91037 is #26EFC8. Grayscale: #505050. Windows color (decimal): -2551753 or 3608793. OLE color: 3608793.
HSL color Cylindrical-coordinate representation of color #D91037: hue angle of 348.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91037 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.15 |
| HSL | 348.36º | 0.86% | 0.46% | - |
| HSV(B) | 348.36º | 0.93% | 0.85% | - |
| XYZ | 29.49 | 15.4 | 5.03 | - |
| YUV | 80.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 55 | 0 | 0.93 | 0.75 | 0.15 | 348.36 | 0.86 | 0.46 |
| Hex | D9 | 10 | 37 | 0 | 5D | 4B | F | 15C | 56 | 2E |
| Octal | 331 | 20 | 67 | 0 | 135 | 113 | 17 | 534 | 126 | 56 |
| Binary | 11011001 | 10000 | 110111 | 0 | 1011101 | 1001011 | 1111 | 101011100 | 1010110 | 101110 |
Color Harmonies of #D91037
Complementary color
Monochromatic Colors of #D91037
Black with #D91037
Text Example
Text Example
White with #D91037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91037; }
p { color: rgb(217,16,55); }
H1.HeaderClassName
{
color: #D91037;
}
.AnyTagClassName
{
color: #D91037;
}
</style>
background-color css
<style>
a { background-color: #D91037; }
a { background-color: rgb(217,16,55); }
div.DivClassName
{
background-color: #D91037;
}
.BgClassName
{
background-color: #D91037;
}
</style>
border-color css
<style>
span { border-color: #D91037; }
span { border-color: rgb(217,16,55); }
td.TdClassName
{
border-color: #D91037;
}
.TagClassName
{
border-color: #D91037;
}
</style>