Shades of Cinnabar #E4532F
Tints of Cinnabar #E4532F
RGB
CMYK
RGB Variations
Color information
#E4532F (or 0xE4532F) is known color: Cinnabar. HEX triplet: E4, 53 and 2F. RGB value is (228,83,47). Sum of RGB (Red+Green+Blue) = 228+83+47=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4532F is #1BACD0. Grayscale: #7A7A7A. Windows color (decimal): -1813713 or 3101668. OLE color: 3101668.
HSL color Cylindrical-coordinate representation of color #E4532F: hue angle of 11.93º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4532F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.11 |
| HSL | 11.93º | 0.77% | 0.54% | - |
| HSV(B) | 11.93º | 0.79% | 0.89% | - |
| XYZ | 35.6 | 22.89 | 5.23 | - |
| YUV | 122.25 | 85.54 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 47 | 0 | 0.64 | 0.79 | 0.11 | 11.93 | 0.77 | 0.54 |
| Hex | E4 | 53 | 2F | 0 | 40 | 4F | B | C | 4D | 36 |
| Octal | 344 | 123 | 57 | 0 | 100 | 117 | 13 | 14 | 115 | 66 |
| Binary | 11100100 | 1010011 | 101111 | 0 | 1000000 | 1001111 | 1011 | 1100 | 1001101 | 110110 |
Color Harmonies of #E4532F
Complementary color
Monochromatic Colors of #E4532F
Black with #E4532F
Text Example
Text Example
White with #E4532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4532F; }
p { color: rgb(228,83,47); }
H1.HeaderClassName
{
color: #E4532F;
}
.AnyTagClassName
{
color: #E4532F;
}
</style>
background-color css
<style>
a { background-color: #E4532F; }
a { background-color: rgb(228,83,47); }
div.DivClassName
{
background-color: #E4532F;
}
.BgClassName
{
background-color: #E4532F;
}
</style>
border-color css
<style>
span { border-color: #E4532F; }
span { border-color: rgb(228,83,47); }
td.TdClassName
{
border-color: #E4532F;
}
.TagClassName
{
border-color: #E4532F;
}
</style>