Shades of Persimmon #E34C03
Tints of Persimmon #E34C03
RGB
CMYK
RGB Variations
Color information
#E34C03 (or 0xE34C03) is known color: Persimmon. HEX triplet: E3, 4C and 03. RGB value is (227,76,3). Sum of RGB (Red+Green+Blue) = 227+76+3=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34C03 is #1CB3FC. Grayscale: #717171. Windows color (decimal): -1881085 or 216291. OLE color: 216291.
HSL color Cylindrical-coordinate representation of color #E34C03: hue angle of 19.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E34C03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.11 |
| HSL | 19.55º | 0.97% | 0.45% | - |
| HSV(B) | 19.55º | 0.99% | 0.89% | - |
| XYZ | 34.28 | 21.51 | 2.43 | - |
| YUV | 112.83 | 66.03 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 3 | 0 | 0.67 | 0.99 | 0.11 | 19.55 | 0.97 | 0.45 |
| Hex | E3 | 4C | 3 | 0 | 43 | 63 | B | 14 | 61 | 2D |
| Octal | 343 | 114 | 3 | 0 | 103 | 143 | 13 | 24 | 141 | 55 |
| Binary | 11100011 | 1001100 | 11 | 0 | 1000011 | 1100011 | 1011 | 10100 | 1100001 | 101101 |
Color Harmonies of #E34C03
Complementary color
Monochromatic Colors of #E34C03
Black with #E34C03
Text Example
Text Example
White with #E34C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C03; }
p { color: rgb(227,76,3); }
H1.HeaderClassName
{
color: #E34C03;
}
.AnyTagClassName
{
color: #E34C03;
}
</style>
background-color css
<style>
a { background-color: #E34C03; }
a { background-color: rgb(227,76,3); }
div.DivClassName
{
background-color: #E34C03;
}
.BgClassName
{
background-color: #E34C03;
}
</style>
border-color css
<style>
span { border-color: #E34C03; }
span { border-color: rgb(227,76,3); }
td.TdClassName
{
border-color: #E34C03;
}
.TagClassName
{
border-color: #E34C03;
}
</style>