Shades of Cinnabar #E2532B
Tints of Cinnabar #E2532B
RGB
CMYK
RGB Variations
Color information
#E2532B (or 0xE2532B) is known color: Cinnabar. HEX triplet: E2, 53 and 2B. RGB value is (226,83,43). Sum of RGB (Red+Green+Blue) = 226+83+43=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2532B is #1DACD4. Grayscale: #797979. Windows color (decimal): -1944789 or 2839522. OLE color: 2839522.
HSL color Cylindrical-coordinate representation of color #E2532B: hue angle of 13.11º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2532B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 43 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.11 |
| HSL | 13.11º | 0.76% | 0.53% | - |
| HSV(B) | 13.11º | 0.81% | 0.89% | - |
| XYZ | 34.89 | 22.53 | 4.8 | - |
| YUV | 121.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 43 | 0 | 0.63 | 0.81 | 0.11 | 13.11 | 0.76 | 0.53 |
| Hex | E2 | 53 | 2B | 0 | 3F | 51 | B | D | 4C | 35 |
| Octal | 342 | 123 | 53 | 0 | 77 | 121 | 13 | 15 | 114 | 65 |
| Binary | 11100010 | 1010011 | 101011 | 0 | 111111 | 1010001 | 1011 | 1101 | 1001100 | 110101 |
Color Harmonies of #E2532B
Complementary color
Monochromatic Colors of #E2532B
Black with #E2532B
Text Example
Text Example
White with #E2532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2532B; }
p { color: rgb(226,83,43); }
H1.HeaderClassName
{
color: #E2532B;
}
.AnyTagClassName
{
color: #E2532B;
}
</style>
background-color css
<style>
a { background-color: #E2532B; }
a { background-color: rgb(226,83,43); }
div.DivClassName
{
background-color: #E2532B;
}
.BgClassName
{
background-color: #E2532B;
}
</style>
border-color css
<style>
span { border-color: #E2532B; }
span { border-color: rgb(226,83,43); }
td.TdClassName
{
border-color: #E2532B;
}
.TagClassName
{
border-color: #E2532B;
}
</style>