Shades of Cinnabar #E5511F
Tints of Cinnabar #E5511F
RGB
CMYK
RGB Variations
Color information
#E5511F (or 0xE5511F) is known color: Cinnabar. HEX triplet: E5, 51 and 1F. RGB value is (229,81,31). Sum of RGB (Red+Green+Blue) = 229+81+31=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5511F is #1AAEE0. Grayscale: #777777. Windows color (decimal): -1748705 or 2052581. OLE color: 2052581.
HSL color Cylindrical-coordinate representation of color #E5511F: hue angle of 15.15º 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 #E5511F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 31 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.10 |
| HSL | 15.15º | 0.79% | 0.51% | - |
| HSV(B) | 15.15º | 0.86% | 0.9% | - |
| XYZ | 35.5 | 22.64 | 3.8 | - |
| YUV | 119.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 31 | 0 | 0.65 | 0.86 | 0.10 | 15.15 | 0.79 | 0.51 |
| Hex | E5 | 51 | 1F | 0 | 41 | 56 | A | F | 4F | 33 |
| Octal | 345 | 121 | 37 | 0 | 101 | 126 | 12 | 17 | 117 | 63 |
| Binary | 11100101 | 1010001 | 11111 | 0 | 1000001 | 1010110 | 1010 | 1111 | 1001111 | 110011 |
Color Harmonies of #E5511F
Complementary color
Monochromatic Colors of #E5511F
Black with #E5511F
Text Example
Text Example
White with #E5511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5511F; }
p { color: rgb(229,81,31); }
H1.HeaderClassName
{
color: #E5511F;
}
.AnyTagClassName
{
color: #E5511F;
}
</style>
background-color css
<style>
a { background-color: #E5511F; }
a { background-color: rgb(229,81,31); }
div.DivClassName
{
background-color: #E5511F;
}
.BgClassName
{
background-color: #E5511F;
}
</style>
border-color css
<style>
span { border-color: #E5511F; }
span { border-color: rgb(229,81,31); }
td.TdClassName
{
border-color: #E5511F;
}
.TagClassName
{
border-color: #E5511F;
}
</style>