Shades of Persimmon #E3430C
Tints of Persimmon #E3430C
RGB
CMYK
RGB Variations
Color information
#E3430C (or 0xE3430C) is known color: Persimmon. HEX triplet: E3, 43 and 0C. RGB value is (227,67,12). Sum of RGB (Red+Green+Blue) = 227+67+12=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3430C is #1CBCF3. Grayscale: #6C6C6C. Windows color (decimal): -1883380 or 803811. OLE color: 803811.
HSL color Cylindrical-coordinate representation of color #E3430C: hue angle of 15.35º 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 #E3430C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.11 |
| HSL | 15.35º | 0.9% | 0.47% | - |
| HSV(B) | 15.35º | 0.95% | 0.89% | - |
| XYZ | 33.75 | 20.37 | 2.5 | - |
| YUV | 108.57 | 73.51 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 12 | 0 | 0.70 | 0.95 | 0.11 | 15.35 | 0.9 | 0.47 |
| Hex | E3 | 43 | C | 0 | 46 | 5F | B | F | 5A | 2F |
| Octal | 343 | 103 | 14 | 0 | 106 | 137 | 13 | 17 | 132 | 57 |
| Binary | 11100011 | 1000011 | 1100 | 0 | 1000110 | 1011111 | 1011 | 1111 | 1011010 | 101111 |
Color Harmonies of #E3430C
Complementary color
Monochromatic Colors of #E3430C
Black with #E3430C
Text Example
Text Example
White with #E3430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3430C; }
p { color: rgb(227,67,12); }
H1.HeaderClassName
{
color: #E3430C;
}
.AnyTagClassName
{
color: #E3430C;
}
</style>
background-color css
<style>
a { background-color: #E3430C; }
a { background-color: rgb(227,67,12); }
div.DivClassName
{
background-color: #E3430C;
}
.BgClassName
{
background-color: #E3430C;
}
</style>
border-color css
<style>
span { border-color: #E3430C; }
span { border-color: rgb(227,67,12); }
td.TdClassName
{
border-color: #E3430C;
}
.TagClassName
{
border-color: #E3430C;
}
</style>