Shades of Cinnabar #E7382A
Tints of Cinnabar #E7382A
RGB
CMYK
RGB Variations
Color information
#E7382A (or 0xE7382A) is known color: Cinnabar. HEX triplet: E7, 38 and 2A. RGB value is (231,56,42). Sum of RGB (Red+Green+Blue) = 231+56+42=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7382A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7382A is #18C7D5. Grayscale: #6A6A6A. Windows color (decimal): -1624022 or 2767079. OLE color: 2767079.
HSL color Cylindrical-coordinate representation of color #E7382A: hue angle of 4.44º 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 #E7382A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 42 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.09 |
| HSL | 4.44º | 0.8% | 0.54% | - |
| HSV(B) | 4.44º | 0.82% | 0.91% | - |
| XYZ | 34.79 | 19.98 | 4.21 | - |
| YUV | 106.73 | 91.48 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 42 | 0 | 0.76 | 0.82 | 0.09 | 4.44 | 0.8 | 0.54 |
| Hex | E7 | 38 | 2A | 0 | 4C | 52 | 9 | 4 | 50 | 36 |
| Octal | 347 | 70 | 52 | 0 | 114 | 122 | 11 | 4 | 120 | 66 |
| Binary | 11100111 | 111000 | 101010 | 0 | 1001100 | 1010010 | 1001 | 100 | 1010000 | 110110 |
Color Harmonies of #E7382A
Complementary color
Monochromatic Colors of #E7382A
Black with #E7382A
Text Example
Text Example
White with #E7382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7382A; }
p { color: rgb(231,56,42); }
H1.HeaderClassName
{
color: #E7382A;
}
.AnyTagClassName
{
color: #E7382A;
}
</style>
background-color css
<style>
a { background-color: #E7382A; }
a { background-color: rgb(231,56,42); }
div.DivClassName
{
background-color: #E7382A;
}
.BgClassName
{
background-color: #E7382A;
}
</style>
border-color css
<style>
span { border-color: #E7382A; }
span { border-color: rgb(231,56,42); }
td.TdClassName
{
border-color: #E7382A;
}
.TagClassName
{
border-color: #E7382A;
}
</style>