Shades of Cinnabar #E7352B
Tints of Cinnabar #E7352B
RGB
CMYK
RGB Variations
Color information
#E7352B (or 0xE7352B) is known color: Cinnabar. HEX triplet: E7, 35 and 2B. RGB value is (231,53,43). Sum of RGB (Red+Green+Blue) = 231+53+43=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7352B is #18CAD4. Grayscale: #696969. Windows color (decimal): -1624789 or 2831847. OLE color: 2831847.
HSL color Cylindrical-coordinate representation of color #E7352B: hue angle of 3.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7352B is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 43 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.09 |
| HSL | 3.19º | 0.8% | 0.54% | - |
| HSV(B) | 3.19º | 0.81% | 0.91% | - |
| XYZ | 34.66 | 19.71 | 4.26 | - |
| YUV | 105.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 43 | 0 | 0.77 | 0.81 | 0.09 | 3.19 | 0.8 | 0.54 |
| Hex | E7 | 35 | 2B | 0 | 4D | 51 | 9 | 3 | 50 | 36 |
| Octal | 347 | 65 | 53 | 0 | 115 | 121 | 11 | 3 | 120 | 66 |
| Binary | 11100111 | 110101 | 101011 | 0 | 1001101 | 1010001 | 1001 | 11 | 1010000 | 110110 |
Color Harmonies of #E7352B
Complementary color
Monochromatic Colors of #E7352B
Black with #E7352B
Text Example
Text Example
White with #E7352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7352B; }
p { color: rgb(231,53,43); }
H1.HeaderClassName
{
color: #E7352B;
}
.AnyTagClassName
{
color: #E7352B;
}
</style>
background-color css
<style>
a { background-color: #E7352B; }
a { background-color: rgb(231,53,43); }
div.DivClassName
{
background-color: #E7352B;
}
.BgClassName
{
background-color: #E7352B;
}
</style>
border-color css
<style>
span { border-color: #E7352B; }
span { border-color: rgb(231,53,43); }
td.TdClassName
{
border-color: #E7352B;
}
.TagClassName
{
border-color: #E7352B;
}
</style>