Shades of Crimson #E90E3A
Tints of Crimson #E90E3A
RGB
CMYK
RGB Variations
Color information
#E90E3A (or 0xE90E3A) is known color: Crimson. HEX triplet: E9, 0E and 3A. RGB value is (233,14,58). Sum of RGB (Red+Green+Blue) = 233+14+58=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90E3A is #16F1C5. Grayscale: #545454. Windows color (decimal): -1503686 or 3804905. OLE color: 3804905.
HSL color Cylindrical-coordinate representation of color #E90E3A: hue angle of 347.95º 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 #E90E3A is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 58 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.09 |
| HSL | 347.95º | 0.89% | 0.48% | - |
| HSV(B) | 347.95º | 0.94% | 0.91% | - |
| XYZ | 34.53 | 17.94 | 5.65 | - |
| YUV | 84.5 | 113.05 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 58 | 0 | 0.94 | 0.75 | 0.09 | 347.95 | 0.89 | 0.48 |
| Hex | E9 | E | 3A | 0 | 5E | 4B | 9 | 15C | 59 | 30 |
| Octal | 351 | 16 | 72 | 0 | 136 | 113 | 11 | 534 | 131 | 60 |
| Binary | 11101001 | 1110 | 111010 | 0 | 1011110 | 1001011 | 1001 | 101011100 | 1011001 | 110000 |
Color Harmonies of #E90E3A
Complementary color
Monochromatic Colors of #E90E3A
Black with #E90E3A
Text Example
Text Example
White with #E90E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E3A; }
p { color: rgb(233,14,58); }
H1.HeaderClassName
{
color: #E90E3A;
}
.AnyTagClassName
{
color: #E90E3A;
}
</style>
background-color css
<style>
a { background-color: #E90E3A; }
a { background-color: rgb(233,14,58); }
div.DivClassName
{
background-color: #E90E3A;
}
.BgClassName
{
background-color: #E90E3A;
}
</style>
border-color css
<style>
span { border-color: #E90E3A; }
span { border-color: rgb(233,14,58); }
td.TdClassName
{
border-color: #E90E3A;
}
.TagClassName
{
border-color: #E90E3A;
}
</style>