Shades of Crimson #E90E3B
Tints of Crimson #E90E3B
RGB
CMYK
RGB Variations
Color information
#E90E3B (or 0xE90E3B) is known color: Crimson. HEX triplet: E9, 0E and 3B. RGB value is (233,14,59). Sum of RGB (Red+Green+Blue) = 233+14+59=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90E3B is #16F1C4. Grayscale: #545454. Windows color (decimal): -1503685 or 3870441. OLE color: 3870441.
HSL color Cylindrical-coordinate representation of color #E90E3B: hue angle of 347.67º 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 #E90E3B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 59 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.09 |
| HSL | 347.67º | 0.89% | 0.48% | - |
| HSV(B) | 347.67º | 0.94% | 0.91% | - |
| XYZ | 34.55 | 17.95 | 5.78 | - |
| YUV | 84.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 59 | 0 | 0.94 | 0.75 | 0.09 | 347.67 | 0.89 | 0.48 |
| Hex | E9 | E | 3B | 0 | 5E | 4B | 9 | 15C | 59 | 30 |
| Octal | 351 | 16 | 73 | 0 | 136 | 113 | 11 | 534 | 131 | 60 |
| Binary | 11101001 | 1110 | 111011 | 0 | 1011110 | 1001011 | 1001 | 101011100 | 1011001 | 110000 |
Color Harmonies of #E90E3B
Complementary color
Monochromatic Colors of #E90E3B
Black with #E90E3B
Text Example
Text Example
White with #E90E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E3B; }
p { color: rgb(233,14,59); }
H1.HeaderClassName
{
color: #E90E3B;
}
.AnyTagClassName
{
color: #E90E3B;
}
</style>
background-color css
<style>
a { background-color: #E90E3B; }
a { background-color: rgb(233,14,59); }
div.DivClassName
{
background-color: #E90E3B;
}
.BgClassName
{
background-color: #E90E3B;
}
</style>
border-color css
<style>
span { border-color: #E90E3B; }
span { border-color: rgb(233,14,59); }
td.TdClassName
{
border-color: #E90E3B;
}
.TagClassName
{
border-color: #E90E3B;
}
</style>