Shades of Persimmon #E74F1B
Tints of Persimmon #E74F1B
RGB
CMYK
RGB Variations
Color information
#E74F1B (or 0xE74F1B) is known color: Persimmon. HEX triplet: E7, 4F and 1B. RGB value is (231,79,27). Sum of RGB (Red+Green+Blue) = 231+79+27=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74F1B is #18B0E4. Grayscale: #767676. Windows color (decimal): -1618149 or 1789927. OLE color: 1789927.
HSL color Cylindrical-coordinate representation of color #E74F1B: hue angle of 15.29º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E74F1B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 27 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.09 |
| HSL | 15.29º | 0.81% | 0.51% | - |
| HSV(B) | 15.29º | 0.88% | 0.91% | - |
| XYZ | 35.95 | 22.66 | 3.52 | - |
| YUV | 118.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 27 | 0 | 0.66 | 0.88 | 0.09 | 15.29 | 0.81 | 0.51 |
| Hex | E7 | 4F | 1B | 0 | 42 | 58 | 9 | F | 51 | 33 |
| Octal | 347 | 117 | 33 | 0 | 102 | 130 | 11 | 17 | 121 | 63 |
| Binary | 11100111 | 1001111 | 11011 | 0 | 1000010 | 1011000 | 1001 | 1111 | 1010001 | 110011 |
Color Harmonies of #E74F1B
Complementary color
Monochromatic Colors of #E74F1B
Black with #E74F1B
Text Example
Text Example
White with #E74F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F1B; }
p { color: rgb(231,79,27); }
H1.HeaderClassName
{
color: #E74F1B;
}
.AnyTagClassName
{
color: #E74F1B;
}
</style>
background-color css
<style>
a { background-color: #E74F1B; }
a { background-color: rgb(231,79,27); }
div.DivClassName
{
background-color: #E74F1B;
}
.BgClassName
{
background-color: #E74F1B;
}
</style>
border-color css
<style>
span { border-color: #E74F1B; }
span { border-color: rgb(231,79,27); }
td.TdClassName
{
border-color: #E74F1B;
}
.TagClassName
{
border-color: #E74F1B;
}
</style>