Shades of Persimmon #E1430D
Tints of Persimmon #E1430D
RGB
CMYK
RGB Variations
Color information
#E1430D (or 0xE1430D) is known color: Persimmon. HEX triplet: E1, 43 and 0D. RGB value is (225,67,13). Sum of RGB (Red+Green+Blue) = 225+67+13=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1430D is #1EBCF2. Grayscale: #6C6C6C. Windows color (decimal): -2014451 or 869345. OLE color: 869345.
HSL color Cylindrical-coordinate representation of color #E1430D: hue angle of 15.28º 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 #E1430D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.12 |
| HSL | 15.28º | 0.89% | 0.47% | - |
| HSV(B) | 15.28º | 0.94% | 0.88% | - |
| XYZ | 33.13 | 20.05 | 2.5 | - |
| YUV | 108.09 | 74.35 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 13 | 0 | 0.70 | 0.94 | 0.12 | 15.28 | 0.89 | 0.47 |
| Hex | E1 | 43 | D | 0 | 46 | 5E | C | F | 59 | 2F |
| Octal | 341 | 103 | 15 | 0 | 106 | 136 | 14 | 17 | 131 | 57 |
| Binary | 11100001 | 1000011 | 1101 | 0 | 1000110 | 1011110 | 1100 | 1111 | 1011001 | 101111 |
Color Harmonies of #E1430D
Complementary color
Monochromatic Colors of #E1430D
Black with #E1430D
Text Example
Text Example
White with #E1430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1430D; }
p { color: rgb(225,67,13); }
H1.HeaderClassName
{
color: #E1430D;
}
.AnyTagClassName
{
color: #E1430D;
}
</style>
background-color css
<style>
a { background-color: #E1430D; }
a { background-color: rgb(225,67,13); }
div.DivClassName
{
background-color: #E1430D;
}
.BgClassName
{
background-color: #E1430D;
}
</style>
border-color css
<style>
span { border-color: #E1430D; }
span { border-color: rgb(225,67,13); }
td.TdClassName
{
border-color: #E1430D;
}
.TagClassName
{
border-color: #E1430D;
}
</style>