Shades of Cinnabar #E5341F
Tints of Cinnabar #E5341F
RGB
CMYK
RGB Variations
Color information
#E5341F (or 0xE5341F) is known color: Cinnabar. HEX triplet: E5, 34 and 1F. RGB value is (229,52,31). Sum of RGB (Red+Green+Blue) = 229+52+31=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5341F is #1ACBE0. Grayscale: #666666. Windows color (decimal): -1756129 or 2045157. OLE color: 2045157.
HSL color Cylindrical-coordinate representation of color #E5341F: hue angle of 6.36º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5341F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 31 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.10 |
| HSL | 6.36º | 0.79% | 0.51% | - |
| HSV(B) | 6.36º | 0.86% | 0.9% | - |
| XYZ | 33.79 | 19.21 | 3.22 | - |
| YUV | 102.53 | 87.64 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 31 | 0 | 0.77 | 0.86 | 0.10 | 6.36 | 0.79 | 0.51 |
| Hex | E5 | 34 | 1F | 0 | 4D | 56 | A | 6 | 4F | 33 |
| Octal | 345 | 64 | 37 | 0 | 115 | 126 | 12 | 6 | 117 | 63 |
| Binary | 11100101 | 110100 | 11111 | 0 | 1001101 | 1010110 | 1010 | 110 | 1001111 | 110011 |
Color Harmonies of #E5341F
Complementary color
Monochromatic Colors of #E5341F
Black with #E5341F
Text Example
Text Example
White with #E5341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5341F; }
p { color: rgb(229,52,31); }
H1.HeaderClassName
{
color: #E5341F;
}
.AnyTagClassName
{
color: #E5341F;
}
</style>
background-color css
<style>
a { background-color: #E5341F; }
a { background-color: rgb(229,52,31); }
div.DivClassName
{
background-color: #E5341F;
}
.BgClassName
{
background-color: #E5341F;
}
</style>
border-color css
<style>
span { border-color: #E5341F; }
span { border-color: rgb(229,52,31); }
td.TdClassName
{
border-color: #E5341F;
}
.TagClassName
{
border-color: #E5341F;
}
</style>