Shades of Persimmon #E03F01
Tints of Persimmon #E03F01
RGB
CMYK
RGB Variations
Color information
#E03F01 (or 0xE03F01) is known color: Persimmon. HEX triplet: E0, 3F and 01. RGB value is (224,63,1). Sum of RGB (Red+Green+Blue) = 224+63+1=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03F01 is #1FC0FE. Grayscale: #686868. Windows color (decimal): -2081023 or 81888. OLE color: 81888.
HSL color Cylindrical-coordinate representation of color #E03F01: hue angle of 16.68º 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 #E03F01 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.12 |
| HSL | 16.68º | 0.99% | 0.44% | - |
| HSV(B) | 16.68º | 1% | 0.88% | - |
| XYZ | 32.52 | 19.4 | 2.06 | - |
| YUV | 104.07 | 69.84 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 1 | 0 | 0.72 | 1.00 | 0.12 | 16.68 | 0.99 | 0.44 |
| Hex | E0 | 3F | 1 | 0 | 48 | 64 | C | 11 | 63 | 2C |
| Octal | 340 | 77 | 1 | 0 | 110 | 144 | 14 | 21 | 143 | 54 |
| Binary | 11100000 | 111111 | 1 | 0 | 1001000 | 1100100 | 1100 | 10001 | 1100011 | 101100 |
Color Harmonies of #E03F01
Complementary color
Monochromatic Colors of #E03F01
Black with #E03F01
Text Example
Text Example
White with #E03F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F01; }
p { color: rgb(224,63,1); }
H1.HeaderClassName
{
color: #E03F01;
}
.AnyTagClassName
{
color: #E03F01;
}
</style>
background-color css
<style>
a { background-color: #E03F01; }
a { background-color: rgb(224,63,1); }
div.DivClassName
{
background-color: #E03F01;
}
.BgClassName
{
background-color: #E03F01;
}
</style>
border-color css
<style>
span { border-color: #E03F01; }
span { border-color: rgb(224,63,1); }
td.TdClassName
{
border-color: #E03F01;
}
.TagClassName
{
border-color: #E03F01;
}
</style>