Shades of Cinnabar #E74F25
Tints of Cinnabar #E74F25
RGB
CMYK
RGB Variations
Color information
#E74F25 (or 0xE74F25) is known color: Cinnabar. HEX triplet: E7, 4F and 25. RGB value is (231,79,37). Sum of RGB (Red+Green+Blue) = 231+79+37=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74F25 is #18B0DA. Grayscale: #777777. Windows color (decimal): -1618139 or 2445287. OLE color: 2445287.
HSL color Cylindrical-coordinate representation of color #E74F25: hue angle of 12.99º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E74F25 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 37 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.09 |
| HSL | 12.99º | 0.8% | 0.53% | - |
| HSV(B) | 12.99º | 0.84% | 0.91% | - |
| XYZ | 36.08 | 22.71 | 4.23 | - |
| YUV | 119.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 37 | 0 | 0.66 | 0.84 | 0.09 | 12.99 | 0.8 | 0.53 |
| Hex | E7 | 4F | 25 | 0 | 42 | 54 | 9 | D | 50 | 35 |
| Octal | 347 | 117 | 45 | 0 | 102 | 124 | 11 | 15 | 120 | 65 |
| Binary | 11100111 | 1001111 | 100101 | 0 | 1000010 | 1010100 | 1001 | 1101 | 1010000 | 110101 |
Color Harmonies of #E74F25
Complementary color
Monochromatic Colors of #E74F25
Black with #E74F25
Text Example
Text Example
White with #E74F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F25; }
p { color: rgb(231,79,37); }
H1.HeaderClassName
{
color: #E74F25;
}
.AnyTagClassName
{
color: #E74F25;
}
</style>
background-color css
<style>
a { background-color: #E74F25; }
a { background-color: rgb(231,79,37); }
div.DivClassName
{
background-color: #E74F25;
}
.BgClassName
{
background-color: #E74F25;
}
</style>
border-color css
<style>
span { border-color: #E74F25; }
span { border-color: rgb(231,79,37); }
td.TdClassName
{
border-color: #E74F25;
}
.TagClassName
{
border-color: #E74F25;
}
</style>