Shades of Crimson #E90E2F
Tints of Crimson #E90E2F
RGB
CMYK
RGB Variations
Color information
#E90E2F (or 0xE90E2F) is known color: Crimson. HEX triplet: E9, 0E and 2F. RGB value is (233,14,47). Sum of RGB (Red+Green+Blue) = 233+14+47=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90E2F is #16F1D0. Grayscale: #535353. Windows color (decimal): -1503697 or 3084009. OLE color: 3084009.
HSL color Cylindrical-coordinate representation of color #E90E2F: hue angle of 350.96º 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 #E90E2F is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 47 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.09 |
| HSL | 350.96º | 0.89% | 0.48% | - |
| HSV(B) | 350.96º | 0.94% | 0.91% | - |
| XYZ | 34.27 | 17.84 | 4.33 | - |
| YUV | 83.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 47 | 0 | 0.94 | 0.80 | 0.09 | 350.96 | 0.89 | 0.48 |
| Hex | E9 | E | 2F | 0 | 5E | 50 | 9 | 15F | 59 | 30 |
| Octal | 351 | 16 | 57 | 0 | 136 | 120 | 11 | 537 | 131 | 60 |
| Binary | 11101001 | 1110 | 101111 | 0 | 1011110 | 1010000 | 1001 | 101011111 | 1011001 | 110000 |
Color Harmonies of #E90E2F
Complementary color
Monochromatic Colors of #E90E2F
Black with #E90E2F
Text Example
Text Example
White with #E90E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E2F; }
p { color: rgb(233,14,47); }
H1.HeaderClassName
{
color: #E90E2F;
}
.AnyTagClassName
{
color: #E90E2F;
}
</style>
background-color css
<style>
a { background-color: #E90E2F; }
a { background-color: rgb(233,14,47); }
div.DivClassName
{
background-color: #E90E2F;
}
.BgClassName
{
background-color: #E90E2F;
}
</style>
border-color css
<style>
span { border-color: #E90E2F; }
span { border-color: rgb(233,14,47); }
td.TdClassName
{
border-color: #E90E2F;
}
.TagClassName
{
border-color: #E90E2F;
}
</style>