Shades of Cinnabar #E2401B
Tints of Cinnabar #E2401B
RGB
CMYK
RGB Variations
Color information
#E2401B (or 0xE2401B) is known color: Cinnabar. HEX triplet: E2, 40 and 1B. RGB value is (226,64,27). Sum of RGB (Red+Green+Blue) = 226+64+27=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E2401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2401B is #1DBFE4. Grayscale: #6C6C6C. Windows color (decimal): -1949669 or 1786082. OLE color: 1786082.
HSL color Cylindrical-coordinate representation of color #E2401B: hue angle of 11.16º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2401B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 27 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.11 |
| HSL | 11.16º | 0.79% | 0.5% | - |
| HSV(B) | 11.16º | 0.88% | 0.89% | - |
| XYZ | 33.4 | 19.91 | 3.12 | - |
| YUV | 108.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 27 | 0 | 0.72 | 0.88 | 0.11 | 11.16 | 0.79 | 0.5 |
| Hex | E2 | 40 | 1B | 0 | 48 | 58 | B | B | 4F | 32 |
| Octal | 342 | 100 | 33 | 0 | 110 | 130 | 13 | 13 | 117 | 62 |
| Binary | 11100010 | 1000000 | 11011 | 0 | 1001000 | 1011000 | 1011 | 1011 | 1001111 | 110010 |
Color Harmonies of #E2401B
Complementary color
Monochromatic Colors of #E2401B
Black with #E2401B
Text Example
Text Example
White with #E2401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2401B; }
p { color: rgb(226,64,27); }
H1.HeaderClassName
{
color: #E2401B;
}
.AnyTagClassName
{
color: #E2401B;
}
</style>
background-color css
<style>
a { background-color: #E2401B; }
a { background-color: rgb(226,64,27); }
div.DivClassName
{
background-color: #E2401B;
}
.BgClassName
{
background-color: #E2401B;
}
</style>
border-color css
<style>
span { border-color: #E2401B; }
span { border-color: rgb(226,64,27); }
td.TdClassName
{
border-color: #E2401B;
}
.TagClassName
{
border-color: #E2401B;
}
</style>