Shades of Cinnabar #E7332A
Tints of Cinnabar #E7332A
RGB
CMYK
RGB Variations
Color information
#E7332A (or 0xE7332A) is known color: Cinnabar. HEX triplet: E7, 33 and 2A. RGB value is (231,51,42). Sum of RGB (Red+Green+Blue) = 231+51+42=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7332A is #18CCD5. Grayscale: #686868. Windows color (decimal): -1625302 or 2765799. OLE color: 2765799.
HSL color Cylindrical-coordinate representation of color #E7332A: hue angle of 2.86º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7332A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 51 | 42 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.09 |
| HSL | 2.86º | 0.8% | 0.54% | - |
| HSV(B) | 2.86º | 0.82% | 0.91% | - |
| XYZ | 34.56 | 19.52 | 4.14 | - |
| YUV | 103.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 51 | 42 | 0 | 0.78 | 0.82 | 0.09 | 2.86 | 0.8 | 0.54 |
| Hex | E7 | 33 | 2A | 0 | 4E | 52 | 9 | 3 | 50 | 36 |
| Octal | 347 | 63 | 52 | 0 | 116 | 122 | 11 | 3 | 120 | 66 |
| Binary | 11100111 | 110011 | 101010 | 0 | 1001110 | 1010010 | 1001 | 11 | 1010000 | 110110 |
Color Harmonies of #E7332A
Complementary color
Monochromatic Colors of #E7332A
Black with #E7332A
Text Example
Text Example
White with #E7332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7332A; }
p { color: rgb(231,51,42); }
H1.HeaderClassName
{
color: #E7332A;
}
.AnyTagClassName
{
color: #E7332A;
}
</style>
background-color css
<style>
a { background-color: #E7332A; }
a { background-color: rgb(231,51,42); }
div.DivClassName
{
background-color: #E7332A;
}
.BgClassName
{
background-color: #E7332A;
}
</style>
border-color css
<style>
span { border-color: #E7332A; }
span { border-color: rgb(231,51,42); }
td.TdClassName
{
border-color: #E7332A;
}
.TagClassName
{
border-color: #E7332A;
}
</style>