Shades of Persimmon #E0430A
Tints of Persimmon #E0430A
RGB
CMYK
RGB Variations
Color information
#E0430A (or 0xE0430A) is known color: Persimmon. HEX triplet: E0, 43 and 0A. RGB value is (224,67,10). Sum of RGB (Red+Green+Blue) = 224+67+10=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0430A is #1FBCF5. Grayscale: #6B6B6B. Windows color (decimal): -2079990 or 672736. OLE color: 672736.
HSL color Cylindrical-coordinate representation of color #E0430A: hue angle of 15.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0430A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.12 |
| HSL | 15.98º | 0.91% | 0.46% | - |
| HSV(B) | 15.98º | 0.96% | 0.88% | - |
| XYZ | 32.8 | 19.88 | 2.4 | - |
| YUV | 107.45 | 73.01 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 10 | 0 | 0.70 | 0.96 | 0.12 | 15.98 | 0.91 | 0.46 |
| Hex | E0 | 43 | A | 0 | 46 | 60 | C | 10 | 5B | 2E |
| Octal | 340 | 103 | 12 | 0 | 106 | 140 | 14 | 20 | 133 | 56 |
| Binary | 11100000 | 1000011 | 1010 | 0 | 1000110 | 1100000 | 1100 | 10000 | 1011011 | 101110 |
Color Harmonies of #E0430A
Complementary color
Monochromatic Colors of #E0430A
Black with #E0430A
Text Example
Text Example
White with #E0430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0430A; }
p { color: rgb(224,67,10); }
H1.HeaderClassName
{
color: #E0430A;
}
.AnyTagClassName
{
color: #E0430A;
}
</style>
background-color css
<style>
a { background-color: #E0430A; }
a { background-color: rgb(224,67,10); }
div.DivClassName
{
background-color: #E0430A;
}
.BgClassName
{
background-color: #E0430A;
}
</style>
border-color css
<style>
span { border-color: #E0430A; }
span { border-color: rgb(224,67,10); }
td.TdClassName
{
border-color: #E0430A;
}
.TagClassName
{
border-color: #E0430A;
}
</style>