Shades of Crimson #E2072E
Tints of Crimson #E2072E
RGB
CMYK
RGB Variations
Color information
#E2072E (or 0xE2072E) is known color: Crimson. HEX triplet: E2, 07 and 2E. RGB value is (226,7,46). Sum of RGB (Red+Green+Blue) = 226+7+46=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E2072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2072E is #1DF8D1. Grayscale: #4C4C4C. Windows color (decimal): -1964242 or 3016674. OLE color: 3016674.
HSL color Cylindrical-coordinate representation of color #E2072E: hue angle of 349.32º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2072E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 46 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.11 |
| HSL | 349.32º | 0.94% | 0.46% | - |
| HSV(B) | 349.32º | 0.97% | 0.89% | - |
| XYZ | 31.93 | 16.52 | 4.09 | - |
| YUV | 76.93 | 110.55 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 46 | 0 | 0.97 | 0.80 | 0.11 | 349.32 | 0.94 | 0.46 |
| Hex | E2 | 7 | 2E | 0 | 61 | 50 | B | 15D | 5E | 2E |
| Octal | 342 | 7 | 56 | 0 | 141 | 120 | 13 | 535 | 136 | 56 |
| Binary | 11100010 | 111 | 101110 | 0 | 1100001 | 1010000 | 1011 | 101011101 | 1011110 | 101110 |
Color Harmonies of #E2072E
Complementary color
Monochromatic Colors of #E2072E
Black with #E2072E
Text Example
Text Example
White with #E2072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2072E; }
p { color: rgb(226,7,46); }
H1.HeaderClassName
{
color: #E2072E;
}
.AnyTagClassName
{
color: #E2072E;
}
</style>
background-color css
<style>
a { background-color: #E2072E; }
a { background-color: rgb(226,7,46); }
div.DivClassName
{
background-color: #E2072E;
}
.BgClassName
{
background-color: #E2072E;
}
</style>
border-color css
<style>
span { border-color: #E2072E; }
span { border-color: rgb(226,7,46); }
td.TdClassName
{
border-color: #E2072E;
}
.TagClassName
{
border-color: #E2072E;
}
</style>