Shades of Cinnabar #E7403A
Tints of Cinnabar #E7403A
RGB
CMYK
RGB Variations
Color information
#E7403A (or 0xE7403A) is known color: Cinnabar. HEX triplet: E7, 40 and 3A. RGB value is (231,64,58). Sum of RGB (Red+Green+Blue) = 231+64+58=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E7403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7403A is #18BFC5. Grayscale: #717171. Windows color (decimal): -1621958 or 3817703. OLE color: 3817703.
HSL color Cylindrical-coordinate representation of color #E7403A: hue angle of 2.08º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E7403A is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 58 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.09 |
| HSL | 2.08º | 0.78% | 0.57% | - |
| HSV(B) | 2.08º | 0.75% | 0.91% | - |
| XYZ | 35.55 | 20.96 | 6.18 | - |
| YUV | 113.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 58 | 0 | 0.72 | 0.75 | 0.09 | 2.08 | 0.78 | 0.57 |
| Hex | E7 | 40 | 3A | 0 | 48 | 4B | 9 | 2 | 4E | 39 |
| Octal | 347 | 100 | 72 | 0 | 110 | 113 | 11 | 2 | 116 | 71 |
| Binary | 11100111 | 1000000 | 111010 | 0 | 1001000 | 1001011 | 1001 | 10 | 1001110 | 111001 |
Color Harmonies of #E7403A
Complementary color
Monochromatic Colors of #E7403A
Black with #E7403A
Text Example
Text Example
White with #E7403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7403A; }
p { color: rgb(231,64,58); }
H1.HeaderClassName
{
color: #E7403A;
}
.AnyTagClassName
{
color: #E7403A;
}
</style>
background-color css
<style>
a { background-color: #E7403A; }
a { background-color: rgb(231,64,58); }
div.DivClassName
{
background-color: #E7403A;
}
.BgClassName
{
background-color: #E7403A;
}
</style>
border-color css
<style>
span { border-color: #E7403A; }
span { border-color: rgb(231,64,58); }
td.TdClassName
{
border-color: #E7403A;
}
.TagClassName
{
border-color: #E7403A;
}
</style>