Shades of Cinnabar #E2522F
Tints of Cinnabar #E2522F
RGB
CMYK
RGB Variations
Color information
#E2522F (or 0xE2522F) is known color: Cinnabar. HEX triplet: E2, 52 and 2F. RGB value is (226,82,47). Sum of RGB (Red+Green+Blue) = 226+82+47=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2522F is #1DADD0. Grayscale: #797979. Windows color (decimal): -1945041 or 3101410. OLE color: 3101410.
HSL color Cylindrical-coordinate representation of color #E2522F: hue angle of 11.73º 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 #E2522F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.11 |
| HSL | 11.73º | 0.76% | 0.54% | - |
| HSV(B) | 11.73º | 0.79% | 0.89% | - |
| XYZ | 34.89 | 22.41 | 5.18 | - |
| YUV | 121.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 47 | 0 | 0.64 | 0.79 | 0.11 | 11.73 | 0.76 | 0.54 |
| Hex | E2 | 52 | 2F | 0 | 40 | 4F | B | C | 4C | 36 |
| Octal | 342 | 122 | 57 | 0 | 100 | 117 | 13 | 14 | 114 | 66 |
| Binary | 11100010 | 1010010 | 101111 | 0 | 1000000 | 1001111 | 1011 | 1100 | 1001100 | 110110 |
Color Harmonies of #E2522F
Complementary color
Monochromatic Colors of #E2522F
Black with #E2522F
Text Example
Text Example
White with #E2522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2522F; }
p { color: rgb(226,82,47); }
H1.HeaderClassName
{
color: #E2522F;
}
.AnyTagClassName
{
color: #E2522F;
}
</style>
background-color css
<style>
a { background-color: #E2522F; }
a { background-color: rgb(226,82,47); }
div.DivClassName
{
background-color: #E2522F;
}
.BgClassName
{
background-color: #E2522F;
}
</style>
border-color css
<style>
span { border-color: #E2522F; }
span { border-color: rgb(226,82,47); }
td.TdClassName
{
border-color: #E2522F;
}
.TagClassName
{
border-color: #E2522F;
}
</style>