Shades of Crimson #E2062E
Tints of Crimson #E2062E
RGB
CMYK
RGB Variations
Color information
#E2062E (or 0xE2062E) is known color: Crimson. HEX triplet: E2, 06 and 2E. RGB value is (226,6,46). Sum of RGB (Red+Green+Blue) = 226+6+46=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E2062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2062E is #1DF9D1. Grayscale: #4C4C4C. Windows color (decimal): -1964498 or 3016418. OLE color: 3016418.
HSL color Cylindrical-coordinate representation of color #E2062E: hue angle of 349.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2062E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 46 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.11 |
| HSL | 349.09º | 0.95% | 0.45% | - |
| HSV(B) | 349.09º | 0.97% | 0.89% | - |
| XYZ | 31.92 | 16.5 | 4.09 | - |
| YUV | 76.34 | 110.89 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 46 | 0 | 0.97 | 0.80 | 0.11 | 349.09 | 0.95 | 0.45 |
| Hex | E2 | 6 | 2E | 0 | 61 | 50 | B | 15D | 5F | 2D |
| Octal | 342 | 6 | 56 | 0 | 141 | 120 | 13 | 535 | 137 | 55 |
| Binary | 11100010 | 110 | 101110 | 0 | 1100001 | 1010000 | 1011 | 101011101 | 1011111 | 101101 |
Color Harmonies of #E2062E
Complementary color
Monochromatic Colors of #E2062E
Black with #E2062E
Text Example
Text Example
White with #E2062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2062E; }
p { color: rgb(226,6,46); }
H1.HeaderClassName
{
color: #E2062E;
}
.AnyTagClassName
{
color: #E2062E;
}
</style>
background-color css
<style>
a { background-color: #E2062E; }
a { background-color: rgb(226,6,46); }
div.DivClassName
{
background-color: #E2062E;
}
.BgClassName
{
background-color: #E2062E;
}
</style>
border-color css
<style>
span { border-color: #E2062E; }
span { border-color: rgb(226,6,46); }
td.TdClassName
{
border-color: #E2062E;
}
.TagClassName
{
border-color: #E2062E;
}
</style>