Shades of Cinnabar #E7402D
Tints of Cinnabar #E7402D
RGB
CMYK
RGB Variations
Color information
#E7402D (or 0xE7402D) is known color: Cinnabar. HEX triplet: E7, 40 and 2D. RGB value is (231,64,45). Sum of RGB (Red+Green+Blue) = 231+64+45=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E7402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7402D is #18BFD2. Grayscale: #707070. Windows color (decimal): -1621971 or 2965735. OLE color: 2965735.
HSL color Cylindrical-coordinate representation of color #E7402D: hue angle of 6.13º degrees, saturation: 0.79, 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 #E7402D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.09 |
| HSL | 6.13º | 0.79% | 0.54% | - |
| HSV(B) | 6.13º | 0.81% | 0.91% | - |
| XYZ | 35.26 | 20.85 | 4.65 | - |
| YUV | 111.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 45 | 0 | 0.72 | 0.81 | 0.09 | 6.13 | 0.79 | 0.54 |
| Hex | E7 | 40 | 2D | 0 | 48 | 51 | 9 | 6 | 4F | 36 |
| Octal | 347 | 100 | 55 | 0 | 110 | 121 | 11 | 6 | 117 | 66 |
| Binary | 11100111 | 1000000 | 101101 | 0 | 1001000 | 1010001 | 1001 | 110 | 1001111 | 110110 |
Color Harmonies of #E7402D
Complementary color
Monochromatic Colors of #E7402D
Black with #E7402D
Text Example
Text Example
White with #E7402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7402D; }
p { color: rgb(231,64,45); }
H1.HeaderClassName
{
color: #E7402D;
}
.AnyTagClassName
{
color: #E7402D;
}
</style>
background-color css
<style>
a { background-color: #E7402D; }
a { background-color: rgb(231,64,45); }
div.DivClassName
{
background-color: #E7402D;
}
.BgClassName
{
background-color: #E7402D;
}
</style>
border-color css
<style>
span { border-color: #E7402D; }
span { border-color: rgb(231,64,45); }
td.TdClassName
{
border-color: #E7402D;
}
.TagClassName
{
border-color: #E7402D;
}
</style>