Shades of Persimmon #E54F1B
Tints of Persimmon #E54F1B
RGB
CMYK
RGB Variations
Color information
#E54F1B (or 0xE54F1B) is known color: Persimmon. HEX triplet: E5, 4F and 1B. RGB value is (229,79,27). Sum of RGB (Red+Green+Blue) = 229+79+27=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F1B is #1AB0E4. Grayscale: #767676. Windows color (decimal): -1749221 or 1789925. OLE color: 1789925.
HSL color Cylindrical-coordinate representation of color #E54F1B: hue angle of 15.45º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E54F1B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 27 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.10 |
| HSL | 15.45º | 0.8% | 0.5% | - |
| HSV(B) | 15.45º | 0.88% | 0.9% | - |
| XYZ | 35.31 | 22.33 | 3.49 | - |
| YUV | 117.92 | 76.7 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 27 | 0 | 0.66 | 0.88 | 0.10 | 15.45 | 0.8 | 0.5 |
| Hex | E5 | 4F | 1B | 0 | 42 | 58 | A | F | 50 | 32 |
| Octal | 345 | 117 | 33 | 0 | 102 | 130 | 12 | 17 | 120 | 62 |
| Binary | 11100101 | 1001111 | 11011 | 0 | 1000010 | 1011000 | 1010 | 1111 | 1010000 | 110010 |
Color Harmonies of #E54F1B
Complementary color
Monochromatic Colors of #E54F1B
Black with #E54F1B
Text Example
Text Example
White with #E54F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F1B; }
p { color: rgb(229,79,27); }
H1.HeaderClassName
{
color: #E54F1B;
}
.AnyTagClassName
{
color: #E54F1B;
}
</style>
background-color css
<style>
a { background-color: #E54F1B; }
a { background-color: rgb(229,79,27); }
div.DivClassName
{
background-color: #E54F1B;
}
.BgClassName
{
background-color: #E54F1B;
}
</style>
border-color css
<style>
span { border-color: #E54F1B; }
span { border-color: rgb(229,79,27); }
td.TdClassName
{
border-color: #E54F1B;
}
.TagClassName
{
border-color: #E54F1B;
}
</style>