Shades of Cinnabar #E1522F
Tints of Cinnabar #E1522F
RGB
CMYK
RGB Variations
Color information
#E1522F (or 0xE1522F) is known color: Cinnabar. HEX triplet: E1, 52 and 2F. RGB value is (225,82,47). Sum of RGB (Red+Green+Blue) = 225+82+47=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1522F is #1EADD0. Grayscale: #797979. Windows color (decimal): -2010577 or 3101409. OLE color: 3101409.
HSL color Cylindrical-coordinate representation of color #E1522F: hue angle of 11.8º degrees, saturation: 0.75, 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 #E1522F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.12 |
| HSL | 11.8º | 0.75% | 0.53% | - |
| HSV(B) | 11.8º | 0.79% | 0.88% | - |
| XYZ | 34.58 | 22.25 | 5.16 | - |
| YUV | 120.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 47 | 0 | 0.64 | 0.79 | 0.12 | 11.8 | 0.75 | 0.53 |
| Hex | E1 | 52 | 2F | 0 | 40 | 4F | C | C | 4B | 35 |
| Octal | 341 | 122 | 57 | 0 | 100 | 117 | 14 | 14 | 113 | 65 |
| Binary | 11100001 | 1010010 | 101111 | 0 | 1000000 | 1001111 | 1100 | 1100 | 1001011 | 110101 |
Color Harmonies of #E1522F
Complementary color
Monochromatic Colors of #E1522F
Black with #E1522F
Text Example
Text Example
White with #E1522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1522F; }
p { color: rgb(225,82,47); }
H1.HeaderClassName
{
color: #E1522F;
}
.AnyTagClassName
{
color: #E1522F;
}
</style>
background-color css
<style>
a { background-color: #E1522F; }
a { background-color: rgb(225,82,47); }
div.DivClassName
{
background-color: #E1522F;
}
.BgClassName
{
background-color: #E1522F;
}
</style>
border-color css
<style>
span { border-color: #E1522F; }
span { border-color: rgb(225,82,47); }
td.TdClassName
{
border-color: #E1522F;
}
.TagClassName
{
border-color: #E1522F;
}
</style>