Shades of Crimson #E90039
Tints of Crimson #E90039
RGB
CMYK
RGB Variations
Color information
#E90039 (or 0xE90039) is known color: Crimson. HEX triplet: E9, 00 and 39. RGB value is (233,0,57). Sum of RGB (Red+Green+Blue) = 233+0+57=290 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.34% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 233 - color contains mainly: red. Hex color #E90039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90039 is #16FFC6. Grayscale: #4C4C4C. Windows color (decimal): -1507271 or 3735785. OLE color: 3735785.
HSL color Cylindrical-coordinate representation of color #E90039: hue angle of 345.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90039 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.76 | 0.09 |
| HSL | 345.32º | 1% | 0.46% | - |
| HSV(B) | 345.32º | 1% | 0.91% | - |
| XYZ | 34.34 | 17.62 | 5.46 | - |
| YUV | 76.17 | 117.19 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 57 | 0 | 1 | 0.76 | 0.09 | 345.32 | 1 | 0.46 |
| Hex | E9 | 0 | 39 | 0 | 64 | 4C | 9 | 159 | 64 | 2E |
| Octal | 351 | 0 | 71 | 0 | 144 | 114 | 11 | 531 | 144 | 56 |
| Binary | 11101001 | 0 | 111001 | 0 | 1100100 | 1001100 | 1001 | 101011001 | 1100100 | 101110 |
Color Harmonies of #E90039
Complementary color
Monochromatic Colors of #E90039
Black with #E90039
Text Example
Text Example
White with #E90039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90039; }
p { color: rgb(233,0,57); }
H1.HeaderClassName
{
color: #E90039;
}
.AnyTagClassName
{
color: #E90039;
}
</style>
background-color css
<style>
a { background-color: #E90039; }
a { background-color: rgb(233,0,57); }
div.DivClassName
{
background-color: #E90039;
}
.BgClassName
{
background-color: #E90039;
}
</style>
border-color css
<style>
span { border-color: #E90039; }
span { border-color: rgb(233,0,57); }
td.TdClassName
{
border-color: #E90039;
}
.TagClassName
{
border-color: #E90039;
}
</style>