Shades of Cinnabar #E7402E
Tints of Cinnabar #E7402E
RGB
CMYK
RGB Variations
Color information
#E7402E (or 0xE7402E) is known color: Cinnabar. HEX triplet: E7, 40 and 2E. RGB value is (231,64,46). Sum of RGB (Red+Green+Blue) = 231+64+46=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7402E is #18BFD1. Grayscale: #707070. Windows color (decimal): -1621970 or 3031271. OLE color: 3031271.
HSL color Cylindrical-coordinate representation of color #E7402E: hue angle of 5.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7402E is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 46 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.09 |
| HSL | 5.84º | 0.79% | 0.54% | - |
| HSV(B) | 5.84º | 0.8% | 0.91% | - |
| XYZ | 35.28 | 20.85 | 4.75 | - |
| YUV | 111.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 46 | 0 | 0.72 | 0.80 | 0.09 | 5.84 | 0.79 | 0.54 |
| Hex | E7 | 40 | 2E | 0 | 48 | 50 | 9 | 6 | 4F | 36 |
| Octal | 347 | 100 | 56 | 0 | 110 | 120 | 11 | 6 | 117 | 66 |
| Binary | 11100111 | 1000000 | 101110 | 0 | 1001000 | 1010000 | 1001 | 110 | 1001111 | 110110 |
Color Harmonies of #E7402E
Complementary color
Monochromatic Colors of #E7402E
Black with #E7402E
Text Example
Text Example
White with #E7402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7402E; }
p { color: rgb(231,64,46); }
H1.HeaderClassName
{
color: #E7402E;
}
.AnyTagClassName
{
color: #E7402E;
}
</style>
background-color css
<style>
a { background-color: #E7402E; }
a { background-color: rgb(231,64,46); }
div.DivClassName
{
background-color: #E7402E;
}
.BgClassName
{
background-color: #E7402E;
}
</style>
border-color css
<style>
span { border-color: #E7402E; }
span { border-color: rgb(231,64,46); }
td.TdClassName
{
border-color: #E7402E;
}
.TagClassName
{
border-color: #E7402E;
}
</style>