Shades of Crimson #D90037
Tints of Crimson #D90037
RGB
CMYK
RGB Variations
Color information
#D90037 (or 0xD90037) is known color: Crimson. HEX triplet: D9, 00 and 37. RGB value is (217,0,55). Sum of RGB (Red+Green+Blue) = 217+0+55=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D90037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90037 is #26FFC8. Grayscale: #474747. Windows color (decimal): -2555849 or 3604697. OLE color: 3604697.
HSL color Cylindrical-coordinate representation of color #D90037: hue angle of 344.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90037 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.75 | 0.15 |
| HSL | 344.79º | 1% | 0.43% | - |
| HSV(B) | 344.79º | 1% | 0.85% | - |
| XYZ | 29.3 | 15.03 | 4.97 | - |
| YUV | 71.15 | 118.89 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 55 | 0 | 1 | 0.75 | 0.15 | 344.79 | 1 | 0.43 |
| Hex | D9 | 0 | 37 | 0 | 64 | 4B | F | 159 | 64 | 2B |
| Octal | 331 | 0 | 67 | 0 | 144 | 113 | 17 | 531 | 144 | 53 |
| Binary | 11011001 | 0 | 110111 | 0 | 1100100 | 1001011 | 1111 | 101011001 | 1100100 | 101011 |
Color Harmonies of #D90037
Complementary color
Monochromatic Colors of #D90037
Black with #D90037
Text Example
Text Example
White with #D90037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90037; }
p { color: rgb(217,0,55); }
H1.HeaderClassName
{
color: #D90037;
}
.AnyTagClassName
{
color: #D90037;
}
</style>
background-color css
<style>
a { background-color: #D90037; }
a { background-color: rgb(217,0,55); }
div.DivClassName
{
background-color: #D90037;
}
.BgClassName
{
background-color: #D90037;
}
</style>
border-color css
<style>
span { border-color: #D90037; }
span { border-color: rgb(217,0,55); }
td.TdClassName
{
border-color: #D90037;
}
.TagClassName
{
border-color: #D90037;
}
</style>