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