Shades of Cinnabar #E2401A
Tints of Cinnabar #E2401A
RGB
CMYK
RGB Variations
Color information
#E2401A (or 0xE2401A) is known color: Cinnabar. HEX triplet: E2, 40 and 1A. RGB value is (226,64,26). Sum of RGB (Red+Green+Blue) = 226+64+26=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E2401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2401A is #1DBFE5. Grayscale: #6C6C6C. Windows color (decimal): -1949670 or 1720546. OLE color: 1720546.
HSL color Cylindrical-coordinate representation of color #E2401A: hue angle of 11.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2401A is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 26 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.11 |
| HSL | 11.4º | 0.79% | 0.49% | - |
| HSV(B) | 11.4º | 0.88% | 0.89% | - |
| XYZ | 33.38 | 19.91 | 3.06 | - |
| YUV | 108.11 | 81.67 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 26 | 0 | 0.72 | 0.88 | 0.11 | 11.4 | 0.79 | 0.49 |
| Hex | E2 | 40 | 1A | 0 | 48 | 58 | B | B | 4F | 31 |
| Octal | 342 | 100 | 32 | 0 | 110 | 130 | 13 | 13 | 117 | 61 |
| Binary | 11100010 | 1000000 | 11010 | 0 | 1001000 | 1011000 | 1011 | 1011 | 1001111 | 110001 |
Color Harmonies of #E2401A
Complementary color
Monochromatic Colors of #E2401A
Black with #E2401A
Text Example
Text Example
White with #E2401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2401A; }
p { color: rgb(226,64,26); }
H1.HeaderClassName
{
color: #E2401A;
}
.AnyTagClassName
{
color: #E2401A;
}
</style>
background-color css
<style>
a { background-color: #E2401A; }
a { background-color: rgb(226,64,26); }
div.DivClassName
{
background-color: #E2401A;
}
.BgClassName
{
background-color: #E2401A;
}
</style>
border-color css
<style>
span { border-color: #E2401A; }
span { border-color: rgb(226,64,26); }
td.TdClassName
{
border-color: #E2401A;
}
.TagClassName
{
border-color: #E2401A;
}
</style>