Shades of Cinnabar #E0532F
Tints of Cinnabar #E0532F
RGB
CMYK
RGB Variations
Color information
#E0532F (or 0xE0532F) is known color: Cinnabar. HEX triplet: E0, 53 and 2F. RGB value is (224,83,47). Sum of RGB (Red+Green+Blue) = 224+83+47=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0532F is #1FACD0. Grayscale: #797979. Windows color (decimal): -2075857 or 3101664. OLE color: 3101664.
HSL color Cylindrical-coordinate representation of color #E0532F: hue angle of 12.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0532F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.12 |
| HSL | 12.2º | 0.74% | 0.53% | - |
| HSV(B) | 12.2º | 0.79% | 0.88% | - |
| XYZ | 34.35 | 22.24 | 5.17 | - |
| YUV | 121.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 47 | 0 | 0.63 | 0.79 | 0.12 | 12.2 | 0.74 | 0.53 |
| Hex | E0 | 53 | 2F | 0 | 3F | 4F | C | C | 4A | 35 |
| Octal | 340 | 123 | 57 | 0 | 77 | 117 | 14 | 14 | 112 | 65 |
| Binary | 11100000 | 1010011 | 101111 | 0 | 111111 | 1001111 | 1100 | 1100 | 1001010 | 110101 |
Color Harmonies of #E0532F
Complementary color
Monochromatic Colors of #E0532F
Black with #E0532F
Text Example
Text Example
White with #E0532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0532F; }
p { color: rgb(224,83,47); }
H1.HeaderClassName
{
color: #E0532F;
}
.AnyTagClassName
{
color: #E0532F;
}
</style>
background-color css
<style>
a { background-color: #E0532F; }
a { background-color: rgb(224,83,47); }
div.DivClassName
{
background-color: #E0532F;
}
.BgClassName
{
background-color: #E0532F;
}
</style>
border-color css
<style>
span { border-color: #E0532F; }
span { border-color: rgb(224,83,47); }
td.TdClassName
{
border-color: #E0532F;
}
.TagClassName
{
border-color: #E0532F;
}
</style>