Shades of Cinnabar #E2532F
Tints of Cinnabar #E2532F
RGB
CMYK
RGB Variations
Color information
#E2532F (or 0xE2532F) is known color: Cinnabar. HEX triplet: E2, 53 and 2F. RGB value is (226,83,47). Sum of RGB (Red+Green+Blue) = 226+83+47=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2532F is #1DACD0. Grayscale: #797979. Windows color (decimal): -1944785 or 3101666. OLE color: 3101666.
HSL color Cylindrical-coordinate representation of color #E2532F: hue angle of 12.07º 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 #E2532F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.11 |
| HSL | 12.07º | 0.76% | 0.54% | - |
| HSV(B) | 12.07º | 0.79% | 0.89% | - |
| XYZ | 34.97 | 22.56 | 5.2 | - |
| YUV | 121.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 47 | 0 | 0.63 | 0.79 | 0.11 | 12.07 | 0.76 | 0.54 |
| Hex | E2 | 53 | 2F | 0 | 3F | 4F | B | C | 4C | 36 |
| Octal | 342 | 123 | 57 | 0 | 77 | 117 | 13 | 14 | 114 | 66 |
| Binary | 11100010 | 1010011 | 101111 | 0 | 111111 | 1001111 | 1011 | 1100 | 1001100 | 110110 |
Color Harmonies of #E2532F
Complementary color
Monochromatic Colors of #E2532F
Black with #E2532F
Text Example
Text Example
White with #E2532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2532F; }
p { color: rgb(226,83,47); }
H1.HeaderClassName
{
color: #E2532F;
}
.AnyTagClassName
{
color: #E2532F;
}
</style>
background-color css
<style>
a { background-color: #E2532F; }
a { background-color: rgb(226,83,47); }
div.DivClassName
{
background-color: #E2532F;
}
.BgClassName
{
background-color: #E2532F;
}
</style>
border-color css
<style>
span { border-color: #E2532F; }
span { border-color: rgb(226,83,47); }
td.TdClassName
{
border-color: #E2532F;
}
.TagClassName
{
border-color: #E2532F;
}
</style>