Shades of Persimmon #E3630F
Tints of Persimmon #E3630F
RGB
CMYK
RGB Variations
Color information
#E3630F (or 0xE3630F) is known color: Persimmon. HEX triplet: E3, 63 and 0F. RGB value is (227,99,15). Sum of RGB (Red+Green+Blue) = 227+99+15=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3630F is #1C9CF0. Grayscale: #808080. Windows color (decimal): -1875185 or 1008611. OLE color: 1008611.
HSL color Cylindrical-coordinate representation of color #E3630F: hue angle of 23.77º 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 #E3630F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.11 |
| HSL | 23.77º | 0.88% | 0.47% | - |
| HSV(B) | 23.77º | 0.93% | 0.89% | - |
| XYZ | 36.23 | 25.29 | 3.42 | - |
| YUV | 127.7 | 64.41 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 15 | 0 | 0.56 | 0.93 | 0.11 | 23.77 | 0.88 | 0.47 |
| Hex | E3 | 63 | F | 0 | 38 | 5D | B | 18 | 58 | 2F |
| Octal | 343 | 143 | 17 | 0 | 70 | 135 | 13 | 30 | 130 | 57 |
| Binary | 11100011 | 1100011 | 1111 | 0 | 111000 | 1011101 | 1011 | 11000 | 1011000 | 101111 |
Color Harmonies of #E3630F
Complementary color
Monochromatic Colors of #E3630F
Black with #E3630F
Text Example
Text Example
White with #E3630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3630F; }
p { color: rgb(227,99,15); }
H1.HeaderClassName
{
color: #E3630F;
}
.AnyTagClassName
{
color: #E3630F;
}
</style>
background-color css
<style>
a { background-color: #E3630F; }
a { background-color: rgb(227,99,15); }
div.DivClassName
{
background-color: #E3630F;
}
.BgClassName
{
background-color: #E3630F;
}
</style>
border-color css
<style>
span { border-color: #E3630F; }
span { border-color: rgb(227,99,15); }
td.TdClassName
{
border-color: #E3630F;
}
.TagClassName
{
border-color: #E3630F;
}
</style>