Shades of Cinnabar #E2402D
Tints of Cinnabar #E2402D
RGB
CMYK
RGB Variations
Color information
#E2402D (or 0xE2402D) is known color: Cinnabar. HEX triplet: E2, 40 and 2D. RGB value is (226,64,45). Sum of RGB (Red+Green+Blue) = 226+64+45=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2402D is #1DBFD2. Grayscale: #6E6E6E. Windows color (decimal): -1949651 or 2965730. OLE color: 2965730.
HSL color Cylindrical-coordinate representation of color #E2402D: hue angle of 6.3º 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 #E2402D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 45 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.11 |
| HSL | 6.3º | 0.76% | 0.53% | - |
| HSV(B) | 6.3º | 0.8% | 0.89% | - |
| XYZ | 33.67 | 20.03 | 4.57 | - |
| YUV | 110.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 45 | 0 | 0.72 | 0.80 | 0.11 | 6.3 | 0.76 | 0.53 |
| Hex | E2 | 40 | 2D | 0 | 48 | 50 | B | 6 | 4C | 35 |
| Octal | 342 | 100 | 55 | 0 | 110 | 120 | 13 | 6 | 114 | 65 |
| Binary | 11100010 | 1000000 | 101101 | 0 | 1001000 | 1010000 | 1011 | 110 | 1001100 | 110101 |
Color Harmonies of #E2402D
Complementary color
Monochromatic Colors of #E2402D
Black with #E2402D
Text Example
Text Example
White with #E2402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2402D; }
p { color: rgb(226,64,45); }
H1.HeaderClassName
{
color: #E2402D;
}
.AnyTagClassName
{
color: #E2402D;
}
</style>
background-color css
<style>
a { background-color: #E2402D; }
a { background-color: rgb(226,64,45); }
div.DivClassName
{
background-color: #E2402D;
}
.BgClassName
{
background-color: #E2402D;
}
</style>
border-color css
<style>
span { border-color: #E2402D; }
span { border-color: rgb(226,64,45); }
td.TdClassName
{
border-color: #E2402D;
}
.TagClassName
{
border-color: #E2402D;
}
</style>