Shades of Persimmon #E3480C
Tints of Persimmon #E3480C
RGB
CMYK
RGB Variations
Color information
#E3480C (or 0xE3480C) is known color: Persimmon. HEX triplet: E3, 48 and 0C. RGB value is (227,72,12). Sum of RGB (Red+Green+Blue) = 227+72+12=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E3480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3480C is #1CB7F3. Grayscale: #6F6F6F. Windows color (decimal): -1882100 or 805091. OLE color: 805091.
HSL color Cylindrical-coordinate representation of color #E3480C: hue angle of 16.74º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3480C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.11 |
| HSL | 16.74º | 0.9% | 0.47% | - |
| HSV(B) | 16.74º | 0.95% | 0.89% | - |
| XYZ | 34.06 | 20.99 | 2.6 | - |
| YUV | 111.51 | 71.85 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 12 | 0 | 0.68 | 0.95 | 0.11 | 16.74 | 0.9 | 0.47 |
| Hex | E3 | 48 | C | 0 | 44 | 5F | B | 11 | 5A | 2F |
| Octal | 343 | 110 | 14 | 0 | 104 | 137 | 13 | 21 | 132 | 57 |
| Binary | 11100011 | 1001000 | 1100 | 0 | 1000100 | 1011111 | 1011 | 10001 | 1011010 | 101111 |
Color Harmonies of #E3480C
Complementary color
Monochromatic Colors of #E3480C
Black with #E3480C
Text Example
Text Example
White with #E3480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3480C; }
p { color: rgb(227,72,12); }
H1.HeaderClassName
{
color: #E3480C;
}
.AnyTagClassName
{
color: #E3480C;
}
</style>
background-color css
<style>
a { background-color: #E3480C; }
a { background-color: rgb(227,72,12); }
div.DivClassName
{
background-color: #E3480C;
}
.BgClassName
{
background-color: #E3480C;
}
</style>
border-color css
<style>
span { border-color: #E3480C; }
span { border-color: rgb(227,72,12); }
td.TdClassName
{
border-color: #E3480C;
}
.TagClassName
{
border-color: #E3480C;
}
</style>