Shades of Cinnabar #E2422C
Tints of Cinnabar #E2422C
RGB
CMYK
RGB Variations
Color information
#E2422C (or 0xE2422C) is known color: Cinnabar. HEX triplet: E2, 42 and 2C. RGB value is (226,66,44). Sum of RGB (Red+Green+Blue) = 226+66+44=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2422C is #1DBDD3. Grayscale: #6F6F6F. Windows color (decimal): -1949140 or 2900706. OLE color: 2900706.
HSL color Cylindrical-coordinate representation of color #E2422C: hue angle of 7.25º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2422C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 44 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.11 |
| HSL | 7.25º | 0.76% | 0.53% | - |
| HSV(B) | 7.25º | 0.81% | 0.89% | - |
| XYZ | 33.77 | 20.25 | 4.51 | - |
| YUV | 111.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 44 | 0 | 0.71 | 0.81 | 0.11 | 7.25 | 0.76 | 0.53 |
| Hex | E2 | 42 | 2C | 0 | 47 | 51 | B | 7 | 4C | 35 |
| Octal | 342 | 102 | 54 | 0 | 107 | 121 | 13 | 7 | 114 | 65 |
| Binary | 11100010 | 1000010 | 101100 | 0 | 1000111 | 1010001 | 1011 | 111 | 1001100 | 110101 |
Color Harmonies of #E2422C
Complementary color
Monochromatic Colors of #E2422C
Black with #E2422C
Text Example
Text Example
White with #E2422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2422C; }
p { color: rgb(226,66,44); }
H1.HeaderClassName
{
color: #E2422C;
}
.AnyTagClassName
{
color: #E2422C;
}
</style>
background-color css
<style>
a { background-color: #E2422C; }
a { background-color: rgb(226,66,44); }
div.DivClassName
{
background-color: #E2422C;
}
.BgClassName
{
background-color: #E2422C;
}
</style>
border-color css
<style>
span { border-color: #E2422C; }
span { border-color: rgb(226,66,44); }
td.TdClassName
{
border-color: #E2422C;
}
.TagClassName
{
border-color: #E2422C;
}
</style>