Shades of Cinnabar #E0401E
Tints of Cinnabar #E0401E
RGB
CMYK
RGB Variations
Color information
#E0401E (or 0xE0401E) is known color: Cinnabar. HEX triplet: E0, 40 and 1E. RGB value is (224,64,30). Sum of RGB (Red+Green+Blue) = 224+64+30=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0401E is #1FBFE1. Grayscale: #6C6C6C. Windows color (decimal): -2080738 or 1982688. OLE color: 1982688.
HSL color Cylindrical-coordinate representation of color #E0401E: hue angle of 10.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0401E is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 30 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.12 |
| HSL | 10.52º | 0.76% | 0.5% | - |
| HSV(B) | 10.52º | 0.87% | 0.88% | - |
| XYZ | 32.81 | 19.61 | 3.28 | - |
| YUV | 107.96 | 84.01 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 30 | 0 | 0.71 | 0.87 | 0.12 | 10.52 | 0.76 | 0.5 |
| Hex | E0 | 40 | 1E | 0 | 47 | 57 | C | B | 4C | 32 |
| Octal | 340 | 100 | 36 | 0 | 107 | 127 | 14 | 13 | 114 | 62 |
| Binary | 11100000 | 1000000 | 11110 | 0 | 1000111 | 1010111 | 1100 | 1011 | 1001100 | 110010 |
Color Harmonies of #E0401E
Complementary color
Monochromatic Colors of #E0401E
Black with #E0401E
Text Example
Text Example
White with #E0401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0401E; }
p { color: rgb(224,64,30); }
H1.HeaderClassName
{
color: #E0401E;
}
.AnyTagClassName
{
color: #E0401E;
}
</style>
background-color css
<style>
a { background-color: #E0401E; }
a { background-color: rgb(224,64,30); }
div.DivClassName
{
background-color: #E0401E;
}
.BgClassName
{
background-color: #E0401E;
}
</style>
border-color css
<style>
span { border-color: #E0401E; }
span { border-color: rgb(224,64,30); }
td.TdClassName
{
border-color: #E0401E;
}
.TagClassName
{
border-color: #E0401E;
}
</style>