Shades of Cinnabar #E3532F
Tints of Cinnabar #E3532F
RGB
CMYK
RGB Variations
Color information
#E3532F (or 0xE3532F) is known color: Cinnabar. HEX triplet: E3, 53 and 2F. RGB value is (227,83,47). Sum of RGB (Red+Green+Blue) = 227+83+47=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3532F is #1CACD0. Grayscale: #7A7A7A. Windows color (decimal): -1879249 or 3101667. OLE color: 3101667.
HSL color Cylindrical-coordinate representation of color #E3532F: hue angle of 12º degrees, saturation: 0.76, 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 #E3532F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.11 |
| HSL | 12º | 0.76% | 0.54% | - |
| HSV(B) | 12º | 0.79% | 0.89% | - |
| XYZ | 35.28 | 22.72 | 5.22 | - |
| YUV | 121.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 47 | 0 | 0.63 | 0.79 | 0.11 | 12 | 0.76 | 0.54 |
| Hex | E3 | 53 | 2F | 0 | 3F | 4F | B | C | 4C | 36 |
| Octal | 343 | 123 | 57 | 0 | 77 | 117 | 13 | 14 | 114 | 66 |
| Binary | 11100011 | 1010011 | 101111 | 0 | 111111 | 1001111 | 1011 | 1100 | 1001100 | 110110 |
Color Harmonies of #E3532F
Complementary color
Monochromatic Colors of #E3532F
Black with #E3532F
Text Example
Text Example
White with #E3532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3532F; }
p { color: rgb(227,83,47); }
H1.HeaderClassName
{
color: #E3532F;
}
.AnyTagClassName
{
color: #E3532F;
}
</style>
background-color css
<style>
a { background-color: #E3532F; }
a { background-color: rgb(227,83,47); }
div.DivClassName
{
background-color: #E3532F;
}
.BgClassName
{
background-color: #E3532F;
}
</style>
border-color css
<style>
span { border-color: #E3532F; }
span { border-color: rgb(227,83,47); }
td.TdClassName
{
border-color: #E3532F;
}
.TagClassName
{
border-color: #E3532F;
}
</style>