Shades of Persimmon #E3430F
Tints of Persimmon #E3430F
RGB
CMYK
RGB Variations
Color information
#E3430F (or 0xE3430F) is known color: Persimmon. HEX triplet: E3, 43 and 0F. RGB value is (227,67,15). Sum of RGB (Red+Green+Blue) = 227+67+15=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E3430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3430F is #1CBCF0. Grayscale: #6D6D6D. Windows color (decimal): -1883377 or 1000419. OLE color: 1000419.
HSL color Cylindrical-coordinate representation of color #E3430F: hue angle of 14.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3430F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.11 |
| HSL | 14.72º | 0.88% | 0.47% | - |
| HSV(B) | 14.72º | 0.93% | 0.89% | - |
| XYZ | 33.77 | 20.38 | 2.61 | - |
| YUV | 108.91 | 75.01 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 15 | 0 | 0.70 | 0.93 | 0.11 | 14.72 | 0.88 | 0.47 |
| Hex | E3 | 43 | F | 0 | 46 | 5D | B | F | 58 | 2F |
| Octal | 343 | 103 | 17 | 0 | 106 | 135 | 13 | 17 | 130 | 57 |
| Binary | 11100011 | 1000011 | 1111 | 0 | 1000110 | 1011101 | 1011 | 1111 | 1011000 | 101111 |
Color Harmonies of #E3430F
Complementary color
Monochromatic Colors of #E3430F
Black with #E3430F
Text Example
Text Example
White with #E3430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3430F; }
p { color: rgb(227,67,15); }
H1.HeaderClassName
{
color: #E3430F;
}
.AnyTagClassName
{
color: #E3430F;
}
</style>
background-color css
<style>
a { background-color: #E3430F; }
a { background-color: rgb(227,67,15); }
div.DivClassName
{
background-color: #E3430F;
}
.BgClassName
{
background-color: #E3430F;
}
</style>
border-color css
<style>
span { border-color: #E3430F; }
span { border-color: rgb(227,67,15); }
td.TdClassName
{
border-color: #E3430F;
}
.TagClassName
{
border-color: #E3430F;
}
</style>