Shades of Cinnabar #E54C2F
Tints of Cinnabar #E54C2F
RGB
CMYK
RGB Variations
Color information
#E54C2F (or 0xE54C2F) is known color: Cinnabar. HEX triplet: E5, 4C and 2F. RGB value is (229,76,47). Sum of RGB (Red+Green+Blue) = 229+76+47=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C2F is #1AB3D0. Grayscale: #767676. Windows color (decimal): -1749969 or 3099877. OLE color: 3099877.
HSL color Cylindrical-coordinate representation of color #E54C2F: hue angle of 9.56º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E54C2F is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 47 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.10 |
| HSL | 9.56º | 0.78% | 0.54% | - |
| HSV(B) | 9.56º | 0.79% | 0.9% | - |
| XYZ | 35.41 | 22.03 | 5.08 | - |
| YUV | 118.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 47 | 0 | 0.67 | 0.79 | 0.10 | 9.56 | 0.78 | 0.54 |
| Hex | E5 | 4C | 2F | 0 | 43 | 4F | A | A | 4E | 36 |
| Octal | 345 | 114 | 57 | 0 | 103 | 117 | 12 | 12 | 116 | 66 |
| Binary | 11100101 | 1001100 | 101111 | 0 | 1000011 | 1001111 | 1010 | 1010 | 1001110 | 110110 |
Color Harmonies of #E54C2F
Complementary color
Monochromatic Colors of #E54C2F
Black with #E54C2F
Text Example
Text Example
White with #E54C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C2F; }
p { color: rgb(229,76,47); }
H1.HeaderClassName
{
color: #E54C2F;
}
.AnyTagClassName
{
color: #E54C2F;
}
</style>
background-color css
<style>
a { background-color: #E54C2F; }
a { background-color: rgb(229,76,47); }
div.DivClassName
{
background-color: #E54C2F;
}
.BgClassName
{
background-color: #E54C2F;
}
</style>
border-color css
<style>
span { border-color: #E54C2F; }
span { border-color: rgb(229,76,47); }
td.TdClassName
{
border-color: #E54C2F;
}
.TagClassName
{
border-color: #E54C2F;
}
</style>