Shades of Cinnabar #E74F3E
Tints of Cinnabar #E74F3E
RGB
CMYK
RGB Variations
Color information
#E74F3E (or 0xE74F3E) is known color: Cinnabar. HEX triplet: E7, 4F and 3E. RGB value is (231,79,62). Sum of RGB (Red+Green+Blue) = 231+79+62=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74F3E is #18B0C1. Grayscale: #7A7A7A. Windows color (decimal): -1618114 or 4083687. OLE color: 4083687.
HSL color Cylindrical-coordinate representation of color #E74F3E: hue angle of 6.04º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E74F3E is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 62 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.09 |
| HSL | 6.04º | 0.78% | 0.57% | - |
| HSV(B) | 6.04º | 0.73% | 0.91% | - |
| XYZ | 36.62 | 22.93 | 7.05 | - |
| YUV | 122.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 62 | 0 | 0.66 | 0.73 | 0.09 | 6.04 | 0.78 | 0.57 |
| Hex | E7 | 4F | 3E | 0 | 42 | 49 | 9 | 6 | 4E | 39 |
| Octal | 347 | 117 | 76 | 0 | 102 | 111 | 11 | 6 | 116 | 71 |
| Binary | 11100111 | 1001111 | 111110 | 0 | 1000010 | 1001001 | 1001 | 110 | 1001110 | 111001 |
Color Harmonies of #E74F3E
Complementary color
Monochromatic Colors of #E74F3E
Black with #E74F3E
Text Example
Text Example
White with #E74F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F3E; }
p { color: rgb(231,79,62); }
H1.HeaderClassName
{
color: #E74F3E;
}
.AnyTagClassName
{
color: #E74F3E;
}
</style>
background-color css
<style>
a { background-color: #E74F3E; }
a { background-color: rgb(231,79,62); }
div.DivClassName
{
background-color: #E74F3E;
}
.BgClassName
{
background-color: #E74F3E;
}
</style>
border-color css
<style>
span { border-color: #E74F3E; }
span { border-color: rgb(231,79,62); }
td.TdClassName
{
border-color: #E74F3E;
}
.TagClassName
{
border-color: #E74F3E;
}
</style>