Shades of Cinnabar #E2401E
Tints of Cinnabar #E2401E
RGB
CMYK
RGB Variations
Color information
#E2401E (or 0xE2401E) is known color: Cinnabar. HEX triplet: E2, 40 and 1E. RGB value is (226,64,30). Sum of RGB (Red+Green+Blue) = 226+64+30=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E2401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2401E is #1DBFE1. Grayscale: #6C6C6C. Windows color (decimal): -1949666 or 1982690. OLE color: 1982690.
HSL color Cylindrical-coordinate representation of color #E2401E: hue angle of 10.41º 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 #E2401E is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 30 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.11 |
| HSL | 10.41º | 0.77% | 0.5% | - |
| HSV(B) | 10.41º | 0.87% | 0.89% | - |
| XYZ | 33.43 | 19.93 | 3.31 | - |
| YUV | 108.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 30 | 0 | 0.72 | 0.87 | 0.11 | 10.41 | 0.77 | 0.5 |
| Hex | E2 | 40 | 1E | 0 | 48 | 57 | B | A | 4D | 32 |
| Octal | 342 | 100 | 36 | 0 | 110 | 127 | 13 | 12 | 115 | 62 |
| Binary | 11100010 | 1000000 | 11110 | 0 | 1001000 | 1010111 | 1011 | 1010 | 1001101 | 110010 |
Color Harmonies of #E2401E
Complementary color
Monochromatic Colors of #E2401E
Black with #E2401E
Text Example
Text Example
White with #E2401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2401E; }
p { color: rgb(226,64,30); }
H1.HeaderClassName
{
color: #E2401E;
}
.AnyTagClassName
{
color: #E2401E;
}
</style>
background-color css
<style>
a { background-color: #E2401E; }
a { background-color: rgb(226,64,30); }
div.DivClassName
{
background-color: #E2401E;
}
.BgClassName
{
background-color: #E2401E;
}
</style>
border-color css
<style>
span { border-color: #E2401E; }
span { border-color: rgb(226,64,30); }
td.TdClassName
{
border-color: #E2401E;
}
.TagClassName
{
border-color: #E2401E;
}
</style>