Shades of Persimmon #E54C15
Tints of Persimmon #E54C15
RGB
CMYK
RGB Variations
Color information
#E54C15 (or 0xE54C15) is known color: Persimmon. HEX triplet: E5, 4C and 15. RGB value is (229,76,21). Sum of RGB (Red+Green+Blue) = 229+76+21=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54C15 is #1AB3EA. Grayscale: #737373. Windows color (decimal): -1749995 or 1395941. OLE color: 1395941.
HSL color Cylindrical-coordinate representation of color #E54C15: hue angle of 15.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E54C15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.10 |
| HSL | 15.87º | 0.83% | 0.49% | - |
| HSV(B) | 15.87º | 0.91% | 0.9% | - |
| XYZ | 35.03 | 21.88 | 3.09 | - |
| YUV | 115.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 21 | 0 | 0.67 | 0.91 | 0.10 | 15.87 | 0.83 | 0.49 |
| Hex | E5 | 4C | 15 | 0 | 43 | 5B | A | 10 | 53 | 31 |
| Octal | 345 | 114 | 25 | 0 | 103 | 133 | 12 | 20 | 123 | 61 |
| Binary | 11100101 | 1001100 | 10101 | 0 | 1000011 | 1011011 | 1010 | 10000 | 1010011 | 110001 |
Color Harmonies of #E54C15
Complementary color
Monochromatic Colors of #E54C15
Black with #E54C15
Text Example
Text Example
White with #E54C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C15; }
p { color: rgb(229,76,21); }
H1.HeaderClassName
{
color: #E54C15;
}
.AnyTagClassName
{
color: #E54C15;
}
</style>
background-color css
<style>
a { background-color: #E54C15; }
a { background-color: rgb(229,76,21); }
div.DivClassName
{
background-color: #E54C15;
}
.BgClassName
{
background-color: #E54C15;
}
</style>
border-color css
<style>
span { border-color: #E54C15; }
span { border-color: rgb(229,76,21); }
td.TdClassName
{
border-color: #E54C15;
}
.TagClassName
{
border-color: #E54C15;
}
</style>