Shades of Crimson #E90D3B
Tints of Crimson #E90D3B
RGB
CMYK
RGB Variations
Color information
#E90D3B (or 0xE90D3B) is known color: Crimson. HEX triplet: E9, 0D and 3B. RGB value is (233,13,59). Sum of RGB (Red+Green+Blue) = 233+13+59=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D3B is #16F2C4. Grayscale: #545454. Windows color (decimal): -1503941 or 3870185. OLE color: 3870185.
HSL color Cylindrical-coordinate representation of color #E90D3B: hue angle of 347.45º 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 #E90D3B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 59 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.09 |
| HSL | 347.45º | 0.89% | 0.48% | - |
| HSV(B) | 347.45º | 0.94% | 0.91% | - |
| XYZ | 34.54 | 17.93 | 5.78 | - |
| YUV | 84.02 | 113.89 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 59 | 0 | 0.94 | 0.75 | 0.09 | 347.45 | 0.89 | 0.48 |
| Hex | E9 | D | 3B | 0 | 5E | 4B | 9 | 15B | 59 | 30 |
| Octal | 351 | 15 | 73 | 0 | 136 | 113 | 11 | 533 | 131 | 60 |
| Binary | 11101001 | 1101 | 111011 | 0 | 1011110 | 1001011 | 1001 | 101011011 | 1011001 | 110000 |
Color Harmonies of #E90D3B
Complementary color
Monochromatic Colors of #E90D3B
Black with #E90D3B
Text Example
Text Example
White with #E90D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D3B; }
p { color: rgb(233,13,59); }
H1.HeaderClassName
{
color: #E90D3B;
}
.AnyTagClassName
{
color: #E90D3B;
}
</style>
background-color css
<style>
a { background-color: #E90D3B; }
a { background-color: rgb(233,13,59); }
div.DivClassName
{
background-color: #E90D3B;
}
.BgClassName
{
background-color: #E90D3B;
}
</style>
border-color css
<style>
span { border-color: #E90D3B; }
span { border-color: rgb(233,13,59); }
td.TdClassName
{
border-color: #E90D3B;
}
.TagClassName
{
border-color: #E90D3B;
}
</style>