Shades of Cinnabar #E54F27
Tints of Cinnabar #E54F27
RGB
CMYK
RGB Variations
Color information
#E54F27 (or 0xE54F27) is known color: Cinnabar. HEX triplet: E5, 4F and 27. RGB value is (229,79,39). Sum of RGB (Red+Green+Blue) = 229+79+39=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F27 is #1AB0D8. Grayscale: #777777. Windows color (decimal): -1749209 or 2576357. OLE color: 2576357.
HSL color Cylindrical-coordinate representation of color #E54F27: hue angle of 12.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E54F27 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 39 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.10 |
| HSL | 12.63º | 0.79% | 0.53% | - |
| HSV(B) | 12.63º | 0.83% | 0.9% | - |
| XYZ | 35.48 | 22.4 | 4.37 | - |
| YUV | 119.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 39 | 0 | 0.66 | 0.83 | 0.10 | 12.63 | 0.79 | 0.53 |
| Hex | E5 | 4F | 27 | 0 | 42 | 53 | A | D | 4F | 35 |
| Octal | 345 | 117 | 47 | 0 | 102 | 123 | 12 | 15 | 117 | 65 |
| Binary | 11100101 | 1001111 | 100111 | 0 | 1000010 | 1010011 | 1010 | 1101 | 1001111 | 110101 |
Color Harmonies of #E54F27
Complementary color
Monochromatic Colors of #E54F27
Black with #E54F27
Text Example
Text Example
White with #E54F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F27; }
p { color: rgb(229,79,39); }
H1.HeaderClassName
{
color: #E54F27;
}
.AnyTagClassName
{
color: #E54F27;
}
</style>
background-color css
<style>
a { background-color: #E54F27; }
a { background-color: rgb(229,79,39); }
div.DivClassName
{
background-color: #E54F27;
}
.BgClassName
{
background-color: #E54F27;
}
</style>
border-color css
<style>
span { border-color: #E54F27; }
span { border-color: rgb(229,79,39); }
td.TdClassName
{
border-color: #E54F27;
}
.TagClassName
{
border-color: #E54F27;
}
</style>