Shades of Cinnabar #E2422B
Tints of Cinnabar #E2422B
RGB
CMYK
RGB Variations
Color information
#E2422B (or 0xE2422B) is known color: Cinnabar. HEX triplet: E2, 42 and 2B. RGB value is (226,66,43). Sum of RGB (Red+Green+Blue) = 226+66+43=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2422B is #1DBDD4. Grayscale: #6F6F6F. Windows color (decimal): -1949141 or 2835170. OLE color: 2835170.
HSL color Cylindrical-coordinate representation of color #E2422B: hue angle of 7.54º 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 #E2422B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 43 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.11 |
| HSL | 7.54º | 0.76% | 0.53% | - |
| HSV(B) | 7.54º | 0.81% | 0.89% | - |
| XYZ | 33.75 | 20.24 | 4.41 | - |
| YUV | 111.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 43 | 0 | 0.71 | 0.81 | 0.11 | 7.54 | 0.76 | 0.53 |
| Hex | E2 | 42 | 2B | 0 | 47 | 51 | B | 8 | 4C | 35 |
| Octal | 342 | 102 | 53 | 0 | 107 | 121 | 13 | 10 | 114 | 65 |
| Binary | 11100010 | 1000010 | 101011 | 0 | 1000111 | 1010001 | 1011 | 1000 | 1001100 | 110101 |
Color Harmonies of #E2422B
Complementary color
Monochromatic Colors of #E2422B
Black with #E2422B
Text Example
Text Example
White with #E2422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2422B; }
p { color: rgb(226,66,43); }
H1.HeaderClassName
{
color: #E2422B;
}
.AnyTagClassName
{
color: #E2422B;
}
</style>
background-color css
<style>
a { background-color: #E2422B; }
a { background-color: rgb(226,66,43); }
div.DivClassName
{
background-color: #E2422B;
}
.BgClassName
{
background-color: #E2422B;
}
</style>
border-color css
<style>
span { border-color: #E2422B; }
span { border-color: rgb(226,66,43); }
td.TdClassName
{
border-color: #E2422B;
}
.TagClassName
{
border-color: #E2422B;
}
</style>