Shades of Persimmon #E1450D
Tints of Persimmon #E1450D
RGB
CMYK
RGB Variations
Color information
#E1450D (or 0xE1450D) is known color: Persimmon. HEX triplet: E1, 45 and 0D. RGB value is (225,69,13). Sum of RGB (Red+Green+Blue) = 225+69+13=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1450D is #1EBAF2. Grayscale: #6D6D6D. Windows color (decimal): -2013939 or 869857. OLE color: 869857.
HSL color Cylindrical-coordinate representation of color #E1450D: hue angle of 15.85º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1450D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.12 |
| HSL | 15.85º | 0.89% | 0.47% | - |
| HSV(B) | 15.85º | 0.94% | 0.88% | - |
| XYZ | 33.25 | 20.29 | 2.55 | - |
| YUV | 109.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 13 | 0 | 0.69 | 0.94 | 0.12 | 15.85 | 0.89 | 0.47 |
| Hex | E1 | 45 | D | 0 | 45 | 5E | C | 10 | 59 | 2F |
| Octal | 341 | 105 | 15 | 0 | 105 | 136 | 14 | 20 | 131 | 57 |
| Binary | 11100001 | 1000101 | 1101 | 0 | 1000101 | 1011110 | 1100 | 10000 | 1011001 | 101111 |
Color Harmonies of #E1450D
Complementary color
Monochromatic Colors of #E1450D
Black with #E1450D
Text Example
Text Example
White with #E1450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1450D; }
p { color: rgb(225,69,13); }
H1.HeaderClassName
{
color: #E1450D;
}
.AnyTagClassName
{
color: #E1450D;
}
</style>
background-color css
<style>
a { background-color: #E1450D; }
a { background-color: rgb(225,69,13); }
div.DivClassName
{
background-color: #E1450D;
}
.BgClassName
{
background-color: #E1450D;
}
</style>
border-color css
<style>
span { border-color: #E1450D; }
span { border-color: rgb(225,69,13); }
td.TdClassName
{
border-color: #E1450D;
}
.TagClassName
{
border-color: #E1450D;
}
</style>