Shades of Cinnabar #E2401C
Tints of Cinnabar #E2401C
RGB
CMYK
RGB Variations
Color information
#E2401C (or 0xE2401C) is known color: Cinnabar. HEX triplet: E2, 40 and 1C. RGB value is (226,64,28). Sum of RGB (Red+Green+Blue) = 226+64+28=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2401C is #1DBFE3. Grayscale: #6C6C6C. Windows color (decimal): -1949668 or 1851618. OLE color: 1851618.
HSL color Cylindrical-coordinate representation of color #E2401C: hue angle of 10.91º degrees, saturation: 0.78, 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 #E2401C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.11 |
| HSL | 10.91º | 0.78% | 0.5% | - |
| HSV(B) | 10.91º | 0.88% | 0.89% | - |
| XYZ | 33.41 | 19.92 | 3.18 | - |
| YUV | 108.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 28 | 0 | 0.72 | 0.88 | 0.11 | 10.91 | 0.78 | 0.5 |
| Hex | E2 | 40 | 1C | 0 | 48 | 58 | B | B | 4E | 32 |
| Octal | 342 | 100 | 34 | 0 | 110 | 130 | 13 | 13 | 116 | 62 |
| Binary | 11100010 | 1000000 | 11100 | 0 | 1001000 | 1011000 | 1011 | 1011 | 1001110 | 110010 |
Color Harmonies of #E2401C
Complementary color
Monochromatic Colors of #E2401C
Black with #E2401C
Text Example
Text Example
White with #E2401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2401C; }
p { color: rgb(226,64,28); }
H1.HeaderClassName
{
color: #E2401C;
}
.AnyTagClassName
{
color: #E2401C;
}
</style>
background-color css
<style>
a { background-color: #E2401C; }
a { background-color: rgb(226,64,28); }
div.DivClassName
{
background-color: #E2401C;
}
.BgClassName
{
background-color: #E2401C;
}
</style>
border-color css
<style>
span { border-color: #E2401C; }
span { border-color: rgb(226,64,28); }
td.TdClassName
{
border-color: #E2401C;
}
.TagClassName
{
border-color: #E2401C;
}
</style>