Shades of Cinnabar #E2402A
Tints of Cinnabar #E2402A
RGB
CMYK
RGB Variations
Color information
#E2402A (or 0xE2402A) is known color: Cinnabar. HEX triplet: E2, 40 and 2A. RGB value is (226,64,42). Sum of RGB (Red+Green+Blue) = 226+64+42=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E2402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2402A is #1DBFD5. Grayscale: #6E6E6E. Windows color (decimal): -1949654 or 2769122. OLE color: 2769122.
HSL color Cylindrical-coordinate representation of color #E2402A: hue angle of 7.17º 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 #E2402A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 42 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.11 |
| HSL | 7.17º | 0.76% | 0.53% | - |
| HSV(B) | 7.17º | 0.81% | 0.89% | - |
| XYZ | 33.62 | 20 | 4.28 | - |
| YUV | 109.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 42 | 0 | 0.72 | 0.81 | 0.11 | 7.17 | 0.76 | 0.53 |
| Hex | E2 | 40 | 2A | 0 | 48 | 51 | B | 7 | 4C | 35 |
| Octal | 342 | 100 | 52 | 0 | 110 | 121 | 13 | 7 | 114 | 65 |
| Binary | 11100010 | 1000000 | 101010 | 0 | 1001000 | 1010001 | 1011 | 111 | 1001100 | 110101 |
Color Harmonies of #E2402A
Complementary color
Monochromatic Colors of #E2402A
Black with #E2402A
Text Example
Text Example
White with #E2402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2402A; }
p { color: rgb(226,64,42); }
H1.HeaderClassName
{
color: #E2402A;
}
.AnyTagClassName
{
color: #E2402A;
}
</style>
background-color css
<style>
a { background-color: #E2402A; }
a { background-color: rgb(226,64,42); }
div.DivClassName
{
background-color: #E2402A;
}
.BgClassName
{
background-color: #E2402A;
}
</style>
border-color css
<style>
span { border-color: #E2402A; }
span { border-color: rgb(226,64,42); }
td.TdClassName
{
border-color: #E2402A;
}
.TagClassName
{
border-color: #E2402A;
}
</style>