Shades of Cinnabar #E5411E
Tints of Cinnabar #E5411E
RGB
CMYK
RGB Variations
Color information
#E5411E (or 0xE5411E) is known color: Cinnabar. HEX triplet: E5, 41 and 1E. RGB value is (229,65,30). Sum of RGB (Red+Green+Blue) = 229+65+30=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5411E is #1ABEE1. Grayscale: #6E6E6E. Windows color (decimal): -1752802 or 1982949. OLE color: 1982949.
HSL color Cylindrical-coordinate representation of color #E5411E: hue angle of 10.55º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5411E is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 30 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.10 |
| HSL | 10.55º | 0.79% | 0.51% | - |
| HSV(B) | 10.55º | 0.87% | 0.9% | - |
| XYZ | 34.44 | 20.53 | 3.38 | - |
| YUV | 110.05 | 82.83 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 30 | 0 | 0.72 | 0.87 | 0.10 | 10.55 | 0.79 | 0.51 |
| Hex | E5 | 41 | 1E | 0 | 48 | 57 | A | B | 4F | 33 |
| Octal | 345 | 101 | 36 | 0 | 110 | 127 | 12 | 13 | 117 | 63 |
| Binary | 11100101 | 1000001 | 11110 | 0 | 1001000 | 1010111 | 1010 | 1011 | 1001111 | 110011 |
Color Harmonies of #E5411E
Complementary color
Monochromatic Colors of #E5411E
Black with #E5411E
Text Example
Text Example
White with #E5411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5411E; }
p { color: rgb(229,65,30); }
H1.HeaderClassName
{
color: #E5411E;
}
.AnyTagClassName
{
color: #E5411E;
}
</style>
background-color css
<style>
a { background-color: #E5411E; }
a { background-color: rgb(229,65,30); }
div.DivClassName
{
background-color: #E5411E;
}
.BgClassName
{
background-color: #E5411E;
}
</style>
border-color css
<style>
span { border-color: #E5411E; }
span { border-color: rgb(229,65,30); }
td.TdClassName
{
border-color: #E5411E;
}
.TagClassName
{
border-color: #E5411E;
}
</style>