Shades of Persimmon #E25C0D
Tints of Persimmon #E25C0D
RGB
CMYK
RGB Variations
Color information
#E25C0D (or 0xE25C0D) is known color: Persimmon. HEX triplet: E2, 5C and 0D. RGB value is (226,92,13). Sum of RGB (Red+Green+Blue) = 226+92+13=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25C0D is #1DA3F2. Grayscale: #7B7B7B. Windows color (decimal): -1942515 or 875746. OLE color: 875746.
HSL color Cylindrical-coordinate representation of color #E25C0D: hue angle of 22.25º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E25C0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.11 |
| HSL | 22.25º | 0.89% | 0.47% | - |
| HSV(B) | 22.25º | 0.94% | 0.89% | - |
| XYZ | 35.26 | 23.85 | 3.13 | - |
| YUV | 123.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 13 | 0 | 0.59 | 0.94 | 0.11 | 22.25 | 0.89 | 0.47 |
| Hex | E2 | 5C | D | 0 | 3B | 5E | B | 16 | 59 | 2F |
| Octal | 342 | 134 | 15 | 0 | 73 | 136 | 13 | 26 | 131 | 57 |
| Binary | 11100010 | 1011100 | 1101 | 0 | 111011 | 1011110 | 1011 | 10110 | 1011001 | 101111 |
Color Harmonies of #E25C0D
Complementary color
Monochromatic Colors of #E25C0D
Black with #E25C0D
Text Example
Text Example
White with #E25C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C0D; }
p { color: rgb(226,92,13); }
H1.HeaderClassName
{
color: #E25C0D;
}
.AnyTagClassName
{
color: #E25C0D;
}
</style>
background-color css
<style>
a { background-color: #E25C0D; }
a { background-color: rgb(226,92,13); }
div.DivClassName
{
background-color: #E25C0D;
}
.BgClassName
{
background-color: #E25C0D;
}
</style>
border-color css
<style>
span { border-color: #E25C0D; }
span { border-color: rgb(226,92,13); }
td.TdClassName
{
border-color: #E25C0D;
}
.TagClassName
{
border-color: #E25C0D;
}
</style>