Shades of Cinnabar #E2301E
Tints of Cinnabar #E2301E
RGB
CMYK
RGB Variations
Color information
#E2301E (or 0xE2301E) is known color: Cinnabar. HEX triplet: E2, 30 and 1E. RGB value is (226,48,30). Sum of RGB (Red+Green+Blue) = 226+48+30=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2301E is #1DCFE1. Grayscale: #636363. Windows color (decimal): -1953762 or 1978594. OLE color: 1978594.
HSL color Cylindrical-coordinate representation of color #E2301E: hue angle of 5.51º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2301E is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 48 | 30 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.11 |
| HSL | 5.51º | 0.77% | 0.5% | - |
| HSV(B) | 5.51º | 0.87% | 0.89% | - |
| XYZ | 32.66 | 18.38 | 3.05 | - |
| YUV | 99.17 | 88.97 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 48 | 30 | 0 | 0.79 | 0.87 | 0.11 | 5.51 | 0.77 | 0.5 |
| Hex | E2 | 30 | 1E | 0 | 4F | 57 | B | 6 | 4D | 32 |
| Octal | 342 | 60 | 36 | 0 | 117 | 127 | 13 | 6 | 115 | 62 |
| Binary | 11100010 | 110000 | 11110 | 0 | 1001111 | 1010111 | 1011 | 110 | 1001101 | 110010 |
Color Harmonies of #E2301E
Complementary color
Monochromatic Colors of #E2301E
Black with #E2301E
Text Example
Text Example
White with #E2301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2301E; }
p { color: rgb(226,48,30); }
H1.HeaderClassName
{
color: #E2301E;
}
.AnyTagClassName
{
color: #E2301E;
}
</style>
background-color css
<style>
a { background-color: #E2301E; }
a { background-color: rgb(226,48,30); }
div.DivClassName
{
background-color: #E2301E;
}
.BgClassName
{
background-color: #E2301E;
}
</style>
border-color css
<style>
span { border-color: #E2301E; }
span { border-color: rgb(226,48,30); }
td.TdClassName
{
border-color: #E2301E;
}
.TagClassName
{
border-color: #E2301E;
}
</style>