Shades of Persimmon #E0450C
Tints of Persimmon #E0450C
RGB
CMYK
RGB Variations
Color information
#E0450C (or 0xE0450C) is known color: Persimmon. HEX triplet: E0, 45 and 0C. RGB value is (224,69,12). Sum of RGB (Red+Green+Blue) = 224+69+12=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0450C is #1FBAF3. Grayscale: #6D6D6D. Windows color (decimal): -2079476 or 804320. OLE color: 804320.
HSL color Cylindrical-coordinate representation of color #E0450C: hue angle of 16.13º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0450C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.12 |
| HSL | 16.13º | 0.9% | 0.46% | - |
| HSV(B) | 16.13º | 0.95% | 0.88% | - |
| XYZ | 32.93 | 20.13 | 2.5 | - |
| YUV | 108.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 12 | 0 | 0.69 | 0.95 | 0.12 | 16.13 | 0.9 | 0.46 |
| Hex | E0 | 45 | C | 0 | 45 | 5F | C | 10 | 5A | 2E |
| Octal | 340 | 105 | 14 | 0 | 105 | 137 | 14 | 20 | 132 | 56 |
| Binary | 11100000 | 1000101 | 1100 | 0 | 1000101 | 1011111 | 1100 | 10000 | 1011010 | 101110 |
Color Harmonies of #E0450C
Complementary color
Monochromatic Colors of #E0450C
Black with #E0450C
Text Example
Text Example
White with #E0450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0450C; }
p { color: rgb(224,69,12); }
H1.HeaderClassName
{
color: #E0450C;
}
.AnyTagClassName
{
color: #E0450C;
}
</style>
background-color css
<style>
a { background-color: #E0450C; }
a { background-color: rgb(224,69,12); }
div.DivClassName
{
background-color: #E0450C;
}
.BgClassName
{
background-color: #E0450C;
}
</style>
border-color css
<style>
span { border-color: #E0450C; }
span { border-color: rgb(224,69,12); }
td.TdClassName
{
border-color: #E0450C;
}
.TagClassName
{
border-color: #E0450C;
}
</style>