Shades of Cinnabar #E2422D
Tints of Cinnabar #E2422D
RGB
CMYK
RGB Variations
Color information
#E2422D (or 0xE2422D) is known color: Cinnabar. HEX triplet: E2, 42 and 2D. RGB value is (226,66,45). Sum of RGB (Red+Green+Blue) = 226+66+45=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2422D is #1DBDD2. Grayscale: #6F6F6F. Windows color (decimal): -1949139 or 2966242. OLE color: 2966242.
HSL color Cylindrical-coordinate representation of color #E2422D: hue angle of 6.96º 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 #E2422D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 45 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.11 |
| HSL | 6.96º | 0.76% | 0.53% | - |
| HSV(B) | 6.96º | 0.8% | 0.89% | - |
| XYZ | 33.79 | 20.25 | 4.61 | - |
| YUV | 111.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 45 | 0 | 0.71 | 0.80 | 0.11 | 6.96 | 0.76 | 0.53 |
| Hex | E2 | 42 | 2D | 0 | 47 | 50 | B | 7 | 4C | 35 |
| Octal | 342 | 102 | 55 | 0 | 107 | 120 | 13 | 7 | 114 | 65 |
| Binary | 11100010 | 1000010 | 101101 | 0 | 1000111 | 1010000 | 1011 | 111 | 1001100 | 110101 |
Color Harmonies of #E2422D
Complementary color
Monochromatic Colors of #E2422D
Black with #E2422D
Text Example
Text Example
White with #E2422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2422D; }
p { color: rgb(226,66,45); }
H1.HeaderClassName
{
color: #E2422D;
}
.AnyTagClassName
{
color: #E2422D;
}
</style>
background-color css
<style>
a { background-color: #E2422D; }
a { background-color: rgb(226,66,45); }
div.DivClassName
{
background-color: #E2422D;
}
.BgClassName
{
background-color: #E2422D;
}
</style>
border-color css
<style>
span { border-color: #E2422D; }
span { border-color: rgb(226,66,45); }
td.TdClassName
{
border-color: #E2422D;
}
.TagClassName
{
border-color: #E2422D;
}
</style>