Shades of Cinnabar #E74F20
Tints of Cinnabar #E74F20
RGB
CMYK
RGB Variations
Color information
#E74F20 (or 0xE74F20) is known color: Cinnabar. HEX triplet: E7, 4F and 20. RGB value is (231,79,32). Sum of RGB (Red+Green+Blue) = 231+79+32=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74F20 is #18B0DF. Grayscale: #777777. Windows color (decimal): -1618144 or 2117607. OLE color: 2117607.
HSL color Cylindrical-coordinate representation of color #E74F20: hue angle of 14.17º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E74F20 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 32 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.09 |
| HSL | 14.17º | 0.81% | 0.52% | - |
| HSV(B) | 14.17º | 0.86% | 0.91% | - |
| XYZ | 36.01 | 22.69 | 3.85 | - |
| YUV | 119.09 | 78.86 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 32 | 0 | 0.66 | 0.86 | 0.09 | 14.17 | 0.81 | 0.52 |
| Hex | E7 | 4F | 20 | 0 | 42 | 56 | 9 | E | 51 | 34 |
| Octal | 347 | 117 | 40 | 0 | 102 | 126 | 11 | 16 | 121 | 64 |
| Binary | 11100111 | 1001111 | 100000 | 0 | 1000010 | 1010110 | 1001 | 1110 | 1010001 | 110100 |
Color Harmonies of #E74F20
Complementary color
Monochromatic Colors of #E74F20
Black with #E74F20
Text Example
Text Example
White with #E74F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F20; }
p { color: rgb(231,79,32); }
H1.HeaderClassName
{
color: #E74F20;
}
.AnyTagClassName
{
color: #E74F20;
}
</style>
background-color css
<style>
a { background-color: #E74F20; }
a { background-color: rgb(231,79,32); }
div.DivClassName
{
background-color: #E74F20;
}
.BgClassName
{
background-color: #E74F20;
}
</style>
border-color css
<style>
span { border-color: #E74F20; }
span { border-color: rgb(231,79,32); }
td.TdClassName
{
border-color: #E74F20;
}
.TagClassName
{
border-color: #E74F20;
}
</style>