Shades of Crimson #E20E3E
Tints of Crimson #E20E3E
RGB
CMYK
RGB Variations
Color information
#E20E3E (or 0xE20E3E) is known color: Crimson. HEX triplet: E2, 0E and 3E. RGB value is (226,14,62). Sum of RGB (Red+Green+Blue) = 226+14+62=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20E3E is #1DF1C1. Grayscale: #525252. Windows color (decimal): -1962434 or 4067042. OLE color: 4067042.
HSL color Cylindrical-coordinate representation of color #E20E3E: hue angle of 346.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E3E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 62 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.11 |
| HSL | 346.42º | 0.88% | 0.47% | - |
| HSV(B) | 346.42º | 0.94% | 0.89% | - |
| XYZ | 32.39 | 16.83 | 6.1 | - |
| YUV | 82.86 | 116.24 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 62 | 0 | 0.94 | 0.73 | 0.11 | 346.42 | 0.88 | 0.47 |
| Hex | E2 | E | 3E | 0 | 5E | 49 | B | 15A | 58 | 2F |
| Octal | 342 | 16 | 76 | 0 | 136 | 111 | 13 | 532 | 130 | 57 |
| Binary | 11100010 | 1110 | 111110 | 0 | 1011110 | 1001001 | 1011 | 101011010 | 1011000 | 101111 |
Color Harmonies of #E20E3E
Complementary color
Monochromatic Colors of #E20E3E
Black with #E20E3E
Text Example
Text Example
White with #E20E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E3E; }
p { color: rgb(226,14,62); }
H1.HeaderClassName
{
color: #E20E3E;
}
.AnyTagClassName
{
color: #E20E3E;
}
</style>
background-color css
<style>
a { background-color: #E20E3E; }
a { background-color: rgb(226,14,62); }
div.DivClassName
{
background-color: #E20E3E;
}
.BgClassName
{
background-color: #E20E3E;
}
</style>
border-color css
<style>
span { border-color: #E20E3E; }
span { border-color: rgb(226,14,62); }
td.TdClassName
{
border-color: #E20E3E;
}
.TagClassName
{
border-color: #E20E3E;
}
</style>