Shades of Crimson #E2043E
Tints of Crimson #E2043E
RGB
CMYK
RGB Variations
Color information
#E2043E (or 0xE2043E) is known color: Crimson. HEX triplet: E2, 04 and 3E. RGB value is (226,4,62). Sum of RGB (Red+Green+Blue) = 226+4+62=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2043E is #1DFBC1. Grayscale: #4C4C4C. Windows color (decimal): -1964994 or 4064482. OLE color: 4064482.
HSL color Cylindrical-coordinate representation of color #E2043E: hue angle of 344.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2043E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.11 |
| HSL | 344.32º | 0.97% | 0.45% | - |
| HSV(B) | 344.32º | 0.98% | 0.89% | - |
| XYZ | 32.28 | 16.6 | 6.06 | - |
| YUV | 76.99 | 119.55 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 62 | 0 | 0.98 | 0.73 | 0.11 | 344.32 | 0.97 | 0.45 |
| Hex | E2 | 4 | 3E | 0 | 62 | 49 | B | 158 | 61 | 2D |
| Octal | 342 | 4 | 76 | 0 | 142 | 111 | 13 | 530 | 141 | 55 |
| Binary | 11100010 | 100 | 111110 | 0 | 1100010 | 1001001 | 1011 | 101011000 | 1100001 | 101101 |
Color Harmonies of #E2043E
Complementary color
Monochromatic Colors of #E2043E
Black with #E2043E
Text Example
Text Example
White with #E2043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2043E; }
p { color: rgb(226,4,62); }
H1.HeaderClassName
{
color: #E2043E;
}
.AnyTagClassName
{
color: #E2043E;
}
</style>
background-color css
<style>
a { background-color: #E2043E; }
a { background-color: rgb(226,4,62); }
div.DivClassName
{
background-color: #E2043E;
}
.BgClassName
{
background-color: #E2043E;
}
</style>
border-color css
<style>
span { border-color: #E2043E; }
span { border-color: rgb(226,4,62); }
td.TdClassName
{
border-color: #E2043E;
}
.TagClassName
{
border-color: #E2043E;
}
</style>