Shades of Crimson #E90D32
Tints of Crimson #E90D32
RGB
CMYK
RGB Variations
Color information
#E90D32 (or 0xE90D32) is known color: Crimson. HEX triplet: E9, 0D and 32. RGB value is (233,13,50). Sum of RGB (Red+Green+Blue) = 233+13+50=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D32 is #16F2CD. Grayscale: #535353. Windows color (decimal): -1503950 or 3280361. OLE color: 3280361.
HSL color Cylindrical-coordinate representation of color #E90D32: hue angle of 349.91º 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 #E90D32 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 50 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.09 |
| HSL | 349.91º | 0.89% | 0.48% | - |
| HSV(B) | 349.91º | 0.94% | 0.91% | - |
| XYZ | 34.32 | 17.84 | 4.65 | - |
| YUV | 83 | 109.39 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 50 | 0 | 0.94 | 0.79 | 0.09 | 349.91 | 0.89 | 0.48 |
| Hex | E9 | D | 32 | 0 | 5E | 4F | 9 | 15E | 59 | 30 |
| Octal | 351 | 15 | 62 | 0 | 136 | 117 | 11 | 536 | 131 | 60 |
| Binary | 11101001 | 1101 | 110010 | 0 | 1011110 | 1001111 | 1001 | 101011110 | 1011001 | 110000 |
Color Harmonies of #E90D32
Complementary color
Monochromatic Colors of #E90D32
Black with #E90D32
Text Example
Text Example
White with #E90D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D32; }
p { color: rgb(233,13,50); }
H1.HeaderClassName
{
color: #E90D32;
}
.AnyTagClassName
{
color: #E90D32;
}
</style>
background-color css
<style>
a { background-color: #E90D32; }
a { background-color: rgb(233,13,50); }
div.DivClassName
{
background-color: #E90D32;
}
.BgClassName
{
background-color: #E90D32;
}
</style>
border-color css
<style>
span { border-color: #E90D32; }
span { border-color: rgb(233,13,50); }
td.TdClassName
{
border-color: #E90D32;
}
.TagClassName
{
border-color: #E90D32;
}
</style>