Shades of Persimmon #E13F01
Tints of Persimmon #E13F01
RGB
CMYK
RGB Variations
Color information
#E13F01 (or 0xE13F01) is known color: Persimmon. HEX triplet: E1, 3F and 01. RGB value is (225,63,1). Sum of RGB (Red+Green+Blue) = 225+63+1=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13F01 is #1EC0FE. Grayscale: #686868. Windows color (decimal): -2015487 or 81889. OLE color: 81889.
HSL color Cylindrical-coordinate representation of color #E13F01: hue angle of 16.61º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E13F01 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.12 |
| HSL | 16.61º | 0.99% | 0.44% | - |
| HSV(B) | 16.61º | 1% | 0.88% | - |
| XYZ | 32.83 | 19.56 | 2.07 | - |
| YUV | 104.37 | 69.67 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 1 | 0 | 0.72 | 1.00 | 0.12 | 16.61 | 0.99 | 0.44 |
| Hex | E1 | 3F | 1 | 0 | 48 | 64 | C | 11 | 63 | 2C |
| Octal | 341 | 77 | 1 | 0 | 110 | 144 | 14 | 21 | 143 | 54 |
| Binary | 11100001 | 111111 | 1 | 0 | 1001000 | 1100100 | 1100 | 10001 | 1100011 | 101100 |
Color Harmonies of #E13F01
Complementary color
Monochromatic Colors of #E13F01
Black with #E13F01
Text Example
Text Example
White with #E13F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13F01; }
p { color: rgb(225,63,1); }
H1.HeaderClassName
{
color: #E13F01;
}
.AnyTagClassName
{
color: #E13F01;
}
</style>
background-color css
<style>
a { background-color: #E13F01; }
a { background-color: rgb(225,63,1); }
div.DivClassName
{
background-color: #E13F01;
}
.BgClassName
{
background-color: #E13F01;
}
</style>
border-color css
<style>
span { border-color: #E13F01; }
span { border-color: rgb(225,63,1); }
td.TdClassName
{
border-color: #E13F01;
}
.TagClassName
{
border-color: #E13F01;
}
</style>