Shades of Cinnabar #E0401B
Tints of Cinnabar #E0401B
RGB
CMYK
RGB Variations
Color information
#E0401B (or 0xE0401B) is known color: Cinnabar. HEX triplet: E0, 40 and 1B. RGB value is (224,64,27). Sum of RGB (Red+Green+Blue) = 224+64+27=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E0401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0401B is #1FBFE4. Grayscale: #6B6B6B. Windows color (decimal): -2080741 or 1786080. OLE color: 1786080.
HSL color Cylindrical-coordinate representation of color #E0401B: hue angle of 11.27º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0401B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.12 |
| HSL | 11.27º | 0.78% | 0.49% | - |
| HSV(B) | 11.27º | 0.88% | 0.88% | - |
| XYZ | 32.77 | 19.59 | 3.09 | - |
| YUV | 107.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 27 | 0 | 0.71 | 0.88 | 0.12 | 11.27 | 0.78 | 0.49 |
| Hex | E0 | 40 | 1B | 0 | 47 | 58 | C | B | 4E | 31 |
| Octal | 340 | 100 | 33 | 0 | 107 | 130 | 14 | 13 | 116 | 61 |
| Binary | 11100000 | 1000000 | 11011 | 0 | 1000111 | 1011000 | 1100 | 1011 | 1001110 | 110001 |
Color Harmonies of #E0401B
Complementary color
Monochromatic Colors of #E0401B
Black with #E0401B
Text Example
Text Example
White with #E0401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0401B; }
p { color: rgb(224,64,27); }
H1.HeaderClassName
{
color: #E0401B;
}
.AnyTagClassName
{
color: #E0401B;
}
</style>
background-color css
<style>
a { background-color: #E0401B; }
a { background-color: rgb(224,64,27); }
div.DivClassName
{
background-color: #E0401B;
}
.BgClassName
{
background-color: #E0401B;
}
</style>
border-color css
<style>
span { border-color: #E0401B; }
span { border-color: rgb(224,64,27); }
td.TdClassName
{
border-color: #E0401B;
}
.TagClassName
{
border-color: #E0401B;
}
</style>