Shades of Cinnabar #E2422E
Tints of Cinnabar #E2422E
RGB
CMYK
RGB Variations
Color information
#E2422E (or 0xE2422E) is known color: Cinnabar. HEX triplet: E2, 42 and 2E. RGB value is (226,66,46). Sum of RGB (Red+Green+Blue) = 226+66+46=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2422E is #1DBDD1. Grayscale: #6F6F6F. Windows color (decimal): -1949138 or 3031778. OLE color: 3031778.
HSL color Cylindrical-coordinate representation of color #E2422E: hue angle of 6.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2422E is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 46 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.11 |
| HSL | 6.67º | 0.76% | 0.53% | - |
| HSV(B) | 6.67º | 0.8% | 0.89% | - |
| XYZ | 33.81 | 20.26 | 4.71 | - |
| YUV | 111.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 46 | 0 | 0.71 | 0.80 | 0.11 | 6.67 | 0.76 | 0.53 |
| Hex | E2 | 42 | 2E | 0 | 47 | 50 | B | 7 | 4C | 35 |
| Octal | 342 | 102 | 56 | 0 | 107 | 120 | 13 | 7 | 114 | 65 |
| Binary | 11100010 | 1000010 | 101110 | 0 | 1000111 | 1010000 | 1011 | 111 | 1001100 | 110101 |
Color Harmonies of #E2422E
Complementary color
Monochromatic Colors of #E2422E
Black with #E2422E
Text Example
Text Example
White with #E2422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2422E; }
p { color: rgb(226,66,46); }
H1.HeaderClassName
{
color: #E2422E;
}
.AnyTagClassName
{
color: #E2422E;
}
</style>
background-color css
<style>
a { background-color: #E2422E; }
a { background-color: rgb(226,66,46); }
div.DivClassName
{
background-color: #E2422E;
}
.BgClassName
{
background-color: #E2422E;
}
</style>
border-color css
<style>
span { border-color: #E2422E; }
span { border-color: rgb(226,66,46); }
td.TdClassName
{
border-color: #E2422E;
}
.TagClassName
{
border-color: #E2422E;
}
</style>