Shades of Cinnabar #E5341E
Tints of Cinnabar #E5341E
RGB
CMYK
RGB Variations
Color information
#E5341E (or 0xE5341E) is known color: Cinnabar. HEX triplet: E5, 34 and 1E. RGB value is (229,52,30). Sum of RGB (Red+Green+Blue) = 229+52+30=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5341E is #1ACBE1. Grayscale: #666666. Windows color (decimal): -1756130 or 1979621. OLE color: 1979621.
HSL color Cylindrical-coordinate representation of color #E5341E: hue angle of 6.63º 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 #E5341E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 30 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.10 |
| HSL | 6.63º | 0.79% | 0.51% | - |
| HSV(B) | 6.63º | 0.87% | 0.9% | - |
| XYZ | 33.78 | 19.21 | 3.16 | - |
| YUV | 102.42 | 87.14 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 30 | 0 | 0.77 | 0.87 | 0.10 | 6.63 | 0.79 | 0.51 |
| Hex | E5 | 34 | 1E | 0 | 4D | 57 | A | 7 | 4F | 33 |
| Octal | 345 | 64 | 36 | 0 | 115 | 127 | 12 | 7 | 117 | 63 |
| Binary | 11100101 | 110100 | 11110 | 0 | 1001101 | 1010111 | 1010 | 111 | 1001111 | 110011 |
Color Harmonies of #E5341E
Complementary color
Monochromatic Colors of #E5341E
Black with #E5341E
Text Example
Text Example
White with #E5341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5341E; }
p { color: rgb(229,52,30); }
H1.HeaderClassName
{
color: #E5341E;
}
.AnyTagClassName
{
color: #E5341E;
}
</style>
background-color css
<style>
a { background-color: #E5341E; }
a { background-color: rgb(229,52,30); }
div.DivClassName
{
background-color: #E5341E;
}
.BgClassName
{
background-color: #E5341E;
}
</style>
border-color css
<style>
span { border-color: #E5341E; }
span { border-color: rgb(229,52,30); }
td.TdClassName
{
border-color: #E5341E;
}
.TagClassName
{
border-color: #E5341E;
}
</style>