Shades of Persimmon #E14303
Tints of Persimmon #E14303
RGB
CMYK
RGB Variations
Color information
#E14303 (or 0xE14303) is known color: Persimmon. HEX triplet: E1, 43 and 03. RGB value is (225,67,3). Sum of RGB (Red+Green+Blue) = 225+67+3=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E14303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14303 is #1EBCFC. Grayscale: #6B6B6B. Windows color (decimal): -2014461 or 213985. OLE color: 213985.
HSL color Cylindrical-coordinate representation of color #E14303: hue angle of 17.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E14303 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.12 |
| HSL | 17.3º | 0.97% | 0.45% | - |
| HSV(B) | 17.3º | 0.99% | 0.88% | - |
| XYZ | 33.07 | 20.03 | 2.21 | - |
| YUV | 106.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 3 | 0 | 0.70 | 0.99 | 0.12 | 17.3 | 0.97 | 0.45 |
| Hex | E1 | 43 | 3 | 0 | 46 | 63 | C | 11 | 61 | 2D |
| Octal | 341 | 103 | 3 | 0 | 106 | 143 | 14 | 21 | 141 | 55 |
| Binary | 11100001 | 1000011 | 11 | 0 | 1000110 | 1100011 | 1100 | 10001 | 1100001 | 101101 |
Color Harmonies of #E14303
Complementary color
Monochromatic Colors of #E14303
Black with #E14303
Text Example
Text Example
White with #E14303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14303; }
p { color: rgb(225,67,3); }
H1.HeaderClassName
{
color: #E14303;
}
.AnyTagClassName
{
color: #E14303;
}
</style>
background-color css
<style>
a { background-color: #E14303; }
a { background-color: rgb(225,67,3); }
div.DivClassName
{
background-color: #E14303;
}
.BgClassName
{
background-color: #E14303;
}
</style>
border-color css
<style>
span { border-color: #E14303; }
span { border-color: rgb(225,67,3); }
td.TdClassName
{
border-color: #E14303;
}
.TagClassName
{
border-color: #E14303;
}
</style>