Shades of Crimson #D90A37
Tints of Crimson #D90A37
RGB
CMYK
RGB Variations
Color information
#D90A37 (or 0xD90A37) is known color: Crimson. HEX triplet: D9, 0A and 37. RGB value is (217,10,55). Sum of RGB (Red+Green+Blue) = 217+10+55=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A37 is #26F5C8. Grayscale: #4D4D4D. Windows color (decimal): -2553289 or 3607257. OLE color: 3607257.
HSL color Cylindrical-coordinate representation of color #D90A37: hue angle of 346.96º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90A37 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 55 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.15 |
| HSL | 346.96º | 0.91% | 0.45% | - |
| HSV(B) | 346.96º | 0.95% | 0.85% | - |
| XYZ | 29.41 | 15.24 | 5.01 | - |
| YUV | 77.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 55 | 0 | 0.95 | 0.75 | 0.15 | 346.96 | 0.91 | 0.45 |
| Hex | D9 | A | 37 | 0 | 5F | 4B | F | 15B | 5B | 2D |
| Octal | 331 | 12 | 67 | 0 | 137 | 113 | 17 | 533 | 133 | 55 |
| Binary | 11011001 | 1010 | 110111 | 0 | 1011111 | 1001011 | 1111 | 101011011 | 1011011 | 101101 |
Color Harmonies of #D90A37
Complementary color
Monochromatic Colors of #D90A37
Black with #D90A37
Text Example
Text Example
White with #D90A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A37; }
p { color: rgb(217,10,55); }
H1.HeaderClassName
{
color: #D90A37;
}
.AnyTagClassName
{
color: #D90A37;
}
</style>
background-color css
<style>
a { background-color: #D90A37; }
a { background-color: rgb(217,10,55); }
div.DivClassName
{
background-color: #D90A37;
}
.BgClassName
{
background-color: #D90A37;
}
</style>
border-color css
<style>
span { border-color: #D90A37; }
span { border-color: rgb(217,10,55); }
td.TdClassName
{
border-color: #D90A37;
}
.TagClassName
{
border-color: #D90A37;
}
</style>