Shades of Cinnabar #E8522F
Tints of Cinnabar #E8522F
RGB
CMYK
RGB Variations
Color information
#E8522F (or 0xE8522F) is known color: Cinnabar. HEX triplet: E8, 52 and 2F. RGB value is (232,82,47). Sum of RGB (Red+Green+Blue) = 232+82+47=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8522F is #17ADD0. Grayscale: #7B7B7B. Windows color (decimal): -1551825 or 3101416. OLE color: 3101416.
HSL color Cylindrical-coordinate representation of color #E8522F: hue angle of 11.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8522F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 47 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.09 |
| HSL | 11.35º | 0.8% | 0.55% | - |
| HSV(B) | 11.35º | 0.8% | 0.91% | - |
| XYZ | 36.81 | 23.4 | 5.27 | - |
| YUV | 122.86 | 85.2 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 47 | 0 | 0.65 | 0.80 | 0.09 | 11.35 | 0.8 | 0.55 |
| Hex | E8 | 52 | 2F | 0 | 41 | 50 | 9 | B | 50 | 37 |
| Octal | 350 | 122 | 57 | 0 | 101 | 120 | 11 | 13 | 120 | 67 |
| Binary | 11101000 | 1010010 | 101111 | 0 | 1000001 | 1010000 | 1001 | 1011 | 1010000 | 110111 |
Color Harmonies of #E8522F
Complementary color
Monochromatic Colors of #E8522F
Black with #E8522F
Text Example
Text Example
White with #E8522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8522F; }
p { color: rgb(232,82,47); }
H1.HeaderClassName
{
color: #E8522F;
}
.AnyTagClassName
{
color: #E8522F;
}
</style>
background-color css
<style>
a { background-color: #E8522F; }
a { background-color: rgb(232,82,47); }
div.DivClassName
{
background-color: #E8522F;
}
.BgClassName
{
background-color: #E8522F;
}
</style>
border-color css
<style>
span { border-color: #E8522F; }
span { border-color: rgb(232,82,47); }
td.TdClassName
{
border-color: #E8522F;
}
.TagClassName
{
border-color: #E8522F;
}
</style>