Shades of Crimson #E90D37
Tints of Crimson #E90D37
RGB
CMYK
RGB Variations
Color information
#E90D37 (or 0xE90D37) is known color: Crimson. HEX triplet: E9, 0D and 37. RGB value is (233,13,55). Sum of RGB (Red+Green+Blue) = 233+13+55=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D37 is #16F2C8. Grayscale: #535353. Windows color (decimal): -1503945 or 3608041. OLE color: 3608041.
HSL color Cylindrical-coordinate representation of color #E90D37: hue angle of 348.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D37 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 55 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.09 |
| HSL | 348.55º | 0.89% | 0.48% | - |
| HSV(B) | 348.55º | 0.94% | 0.91% | - |
| XYZ | 34.44 | 17.89 | 5.25 | - |
| YUV | 83.57 | 111.89 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 55 | 0 | 0.94 | 0.76 | 0.09 | 348.55 | 0.89 | 0.48 |
| Hex | E9 | D | 37 | 0 | 5E | 4C | 9 | 15D | 59 | 30 |
| Octal | 351 | 15 | 67 | 0 | 136 | 114 | 11 | 535 | 131 | 60 |
| Binary | 11101001 | 1101 | 110111 | 0 | 1011110 | 1001100 | 1001 | 101011101 | 1011001 | 110000 |
Color Harmonies of #E90D37
Complementary color
Monochromatic Colors of #E90D37
Black with #E90D37
Text Example
Text Example
White with #E90D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D37; }
p { color: rgb(233,13,55); }
H1.HeaderClassName
{
color: #E90D37;
}
.AnyTagClassName
{
color: #E90D37;
}
</style>
background-color css
<style>
a { background-color: #E90D37; }
a { background-color: rgb(233,13,55); }
div.DivClassName
{
background-color: #E90D37;
}
.BgClassName
{
background-color: #E90D37;
}
</style>
border-color css
<style>
span { border-color: #E90D37; }
span { border-color: rgb(233,13,55); }
td.TdClassName
{
border-color: #E90D37;
}
.TagClassName
{
border-color: #E90D37;
}
</style>