Shades of Persimmon #E03D00
Tints of Persimmon #E03D00
RGB
CMYK
RGB Variations
Color information
#E03D00 (or 0xE03D00) is known color: Persimmon. HEX triplet: E0, 3D and 00. RGB value is (224,61,0). Sum of RGB (Red+Green+Blue) = 224+61+0=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D00 is #1FC2FF. Grayscale: #676767. Windows color (decimal): -2081536 or 15840. OLE color: 15840.
HSL color Cylindrical-coordinate representation of color #E03D00: hue angle of 16.34º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E03D00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.12 |
| HSL | 16.34º | 1% | 0.44% | - |
| HSV(B) | 16.34º | 1% | 0.88% | - |
| XYZ | 32.41 | 19.18 | 1.99 | - |
| YUV | 102.78 | 70 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 0 | 0 | 0.73 | 1 | 0.12 | 16.34 | 1 | 0.44 |
| Hex | E0 | 3D | 0 | 0 | 49 | 64 | C | 10 | 64 | 2C |
| Octal | 340 | 75 | 0 | 0 | 111 | 144 | 14 | 20 | 144 | 54 |
| Binary | 11100000 | 111101 | 0 | 0 | 1001001 | 1100100 | 1100 | 10000 | 1100100 | 101100 |
Color Harmonies of #E03D00
Complementary color
Monochromatic Colors of #E03D00
Black with #E03D00
Text Example
Text Example
White with #E03D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D00; }
p { color: rgb(224,61,0); }
H1.HeaderClassName
{
color: #E03D00;
}
.AnyTagClassName
{
color: #E03D00;
}
</style>
background-color css
<style>
a { background-color: #E03D00; }
a { background-color: rgb(224,61,0); }
div.DivClassName
{
background-color: #E03D00;
}
.BgClassName
{
background-color: #E03D00;
}
</style>
border-color css
<style>
span { border-color: #E03D00; }
span { border-color: rgb(224,61,0); }
td.TdClassName
{
border-color: #E03D00;
}
.TagClassName
{
border-color: #E03D00;
}
</style>