Shades of Crimson #E90239
Tints of Crimson #E90239
RGB
CMYK
RGB Variations
Color information
#E90239 (or 0xE90239) is known color: Crimson. HEX triplet: E9, 02 and 39. RGB value is (233,2,57). Sum of RGB (Red+Green+Blue) = 233+2+57=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E90239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90239 is #16FDC6. Grayscale: #4D4D4D. Windows color (decimal): -1506759 or 3736297. OLE color: 3736297.
HSL color Cylindrical-coordinate representation of color #E90239: hue angle of 345.71º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90239 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.09 |
| HSL | 345.71º | 0.98% | 0.46% | - |
| HSV(B) | 345.71º | 0.99% | 0.91% | - |
| XYZ | 34.36 | 17.66 | 5.47 | - |
| YUV | 77.34 | 116.53 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 57 | 0 | 0.99 | 0.76 | 0.09 | 345.71 | 0.98 | 0.46 |
| Hex | E9 | 2 | 39 | 0 | 63 | 4C | 9 | 15A | 62 | 2E |
| Octal | 351 | 2 | 71 | 0 | 143 | 114 | 11 | 532 | 142 | 56 |
| Binary | 11101001 | 10 | 111001 | 0 | 1100011 | 1001100 | 1001 | 101011010 | 1100010 | 101110 |
Color Harmonies of #E90239
Complementary color
Monochromatic Colors of #E90239
Black with #E90239
Text Example
Text Example
White with #E90239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90239; }
p { color: rgb(233,2,57); }
H1.HeaderClassName
{
color: #E90239;
}
.AnyTagClassName
{
color: #E90239;
}
</style>
background-color css
<style>
a { background-color: #E90239; }
a { background-color: rgb(233,2,57); }
div.DivClassName
{
background-color: #E90239;
}
.BgClassName
{
background-color: #E90239;
}
</style>
border-color css
<style>
span { border-color: #E90239; }
span { border-color: rgb(233,2,57); }
td.TdClassName
{
border-color: #E90239;
}
.TagClassName
{
border-color: #E90239;
}
</style>