Shades of Crimson #E20D3E
Tints of Crimson #E20D3E
RGB
CMYK
RGB Variations
Color information
#E20D3E (or 0xE20D3E) is known color: Crimson. HEX triplet: E2, 0D and 3E. RGB value is (226,13,62). Sum of RGB (Red+Green+Blue) = 226+13+62=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20D3E is #1DF2C1. Grayscale: #525252. Windows color (decimal): -1962690 or 4066786. OLE color: 4066786.
HSL color Cylindrical-coordinate representation of color #E20D3E: hue angle of 346.2º degrees, saturation: 0.89, 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 #E20D3E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 62 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.11 |
| HSL | 346.2º | 0.89% | 0.47% | - |
| HSV(B) | 346.2º | 0.94% | 0.89% | - |
| XYZ | 32.38 | 16.8 | 6.09 | - |
| YUV | 82.27 | 116.57 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 62 | 0 | 0.94 | 0.73 | 0.11 | 346.2 | 0.89 | 0.47 |
| Hex | E2 | D | 3E | 0 | 5E | 49 | B | 15A | 59 | 2F |
| Octal | 342 | 15 | 76 | 0 | 136 | 111 | 13 | 532 | 131 | 57 |
| Binary | 11100010 | 1101 | 111110 | 0 | 1011110 | 1001001 | 1011 | 101011010 | 1011001 | 101111 |
Color Harmonies of #E20D3E
Complementary color
Monochromatic Colors of #E20D3E
Black with #E20D3E
Text Example
Text Example
White with #E20D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20D3E; }
p { color: rgb(226,13,62); }
H1.HeaderClassName
{
color: #E20D3E;
}
.AnyTagClassName
{
color: #E20D3E;
}
</style>
background-color css
<style>
a { background-color: #E20D3E; }
a { background-color: rgb(226,13,62); }
div.DivClassName
{
background-color: #E20D3E;
}
.BgClassName
{
background-color: #E20D3E;
}
</style>
border-color css
<style>
span { border-color: #E20D3E; }
span { border-color: rgb(226,13,62); }
td.TdClassName
{
border-color: #E20D3E;
}
.TagClassName
{
border-color: #E20D3E;
}
</style>