Shades of Crimson #D90E37
Tints of Crimson #D90E37
RGB
CMYK
RGB Variations
Color information
#D90E37 (or 0xD90E37) is known color: Crimson. HEX triplet: D9, 0E and 37. RGB value is (217,14,55). Sum of RGB (Red+Green+Blue) = 217+14+55=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E37 is #26F1C8. Grayscale: #4F4F4F. Windows color (decimal): -2552265 or 3608281. OLE color: 3608281.
HSL color Cylindrical-coordinate representation of color #D90E37: hue angle of 347.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E37 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 55 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.15 |
| HSL | 347.88º | 0.88% | 0.45% | - |
| HSV(B) | 347.88º | 0.94% | 0.85% | - |
| XYZ | 29.46 | 15.34 | 5.02 | - |
| YUV | 79.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 55 | 0 | 0.94 | 0.75 | 0.15 | 347.88 | 0.88 | 0.45 |
| Hex | D9 | E | 37 | 0 | 5E | 4B | F | 15C | 58 | 2D |
| Octal | 331 | 16 | 67 | 0 | 136 | 113 | 17 | 534 | 130 | 55 |
| Binary | 11011001 | 1110 | 110111 | 0 | 1011110 | 1001011 | 1111 | 101011100 | 1011000 | 101101 |
Color Harmonies of #D90E37
Complementary color
Monochromatic Colors of #D90E37
Black with #D90E37
Text Example
Text Example
White with #D90E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E37; }
p { color: rgb(217,14,55); }
H1.HeaderClassName
{
color: #D90E37;
}
.AnyTagClassName
{
color: #D90E37;
}
</style>
background-color css
<style>
a { background-color: #D90E37; }
a { background-color: rgb(217,14,55); }
div.DivClassName
{
background-color: #D90E37;
}
.BgClassName
{
background-color: #D90E37;
}
</style>
border-color css
<style>
span { border-color: #D90E37; }
span { border-color: rgb(217,14,55); }
td.TdClassName
{
border-color: #D90E37;
}
.TagClassName
{
border-color: #D90E37;
}
</style>