Shades of Cinnabar #E1532C
Tints of Cinnabar #E1532C
RGB
CMYK
RGB Variations
Color information
#E1532C (or 0xE1532C) is known color: Cinnabar. HEX triplet: E1, 53 and 2C. RGB value is (225,83,44). Sum of RGB (Red+Green+Blue) = 225+83+44=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1532C is #1EACD3. Grayscale: #797979. Windows color (decimal): -2010324 or 2905057. OLE color: 2905057.
HSL color Cylindrical-coordinate representation of color #E1532C: hue angle of 12.93º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1532C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 44 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.12 |
| HSL | 12.93º | 0.75% | 0.53% | - |
| HSV(B) | 12.93º | 0.8% | 0.88% | - |
| XYZ | 34.6 | 22.38 | 4.88 | - |
| YUV | 121.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 44 | 0 | 0.63 | 0.80 | 0.12 | 12.93 | 0.75 | 0.53 |
| Hex | E1 | 53 | 2C | 0 | 3F | 50 | C | D | 4B | 35 |
| Octal | 341 | 123 | 54 | 0 | 77 | 120 | 14 | 15 | 113 | 65 |
| Binary | 11100001 | 1010011 | 101100 | 0 | 111111 | 1010000 | 1100 | 1101 | 1001011 | 110101 |
Color Harmonies of #E1532C
Complementary color
Monochromatic Colors of #E1532C
Black with #E1532C
Text Example
Text Example
White with #E1532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1532C; }
p { color: rgb(225,83,44); }
H1.HeaderClassName
{
color: #E1532C;
}
.AnyTagClassName
{
color: #E1532C;
}
</style>
background-color css
<style>
a { background-color: #E1532C; }
a { background-color: rgb(225,83,44); }
div.DivClassName
{
background-color: #E1532C;
}
.BgClassName
{
background-color: #E1532C;
}
</style>
border-color css
<style>
span { border-color: #E1532C; }
span { border-color: rgb(225,83,44); }
td.TdClassName
{
border-color: #E1532C;
}
.TagClassName
{
border-color: #E1532C;
}
</style>