Shades of Persimmon #E2430D
Tints of Persimmon #E2430D
RGB
CMYK
RGB Variations
Color information
#E2430D (or 0xE2430D) is known color: Persimmon. HEX triplet: E2, 43 and 0D. RGB value is (226,67,13). Sum of RGB (Red+Green+Blue) = 226+67+13=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2430D is #1DBCF2. Grayscale: #6C6C6C. Windows color (decimal): -1948915 or 869346. OLE color: 869346.
HSL color Cylindrical-coordinate representation of color #E2430D: hue angle of 15.21º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2430D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.11 |
| HSL | 15.21º | 0.89% | 0.47% | - |
| HSV(B) | 15.21º | 0.94% | 0.89% | - |
| XYZ | 33.44 | 20.21 | 2.52 | - |
| YUV | 108.39 | 74.18 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 13 | 0 | 0.70 | 0.94 | 0.11 | 15.21 | 0.89 | 0.47 |
| Hex | E2 | 43 | D | 0 | 46 | 5E | B | F | 59 | 2F |
| Octal | 342 | 103 | 15 | 0 | 106 | 136 | 13 | 17 | 131 | 57 |
| Binary | 11100010 | 1000011 | 1101 | 0 | 1000110 | 1011110 | 1011 | 1111 | 1011001 | 101111 |
Color Harmonies of #E2430D
Complementary color
Monochromatic Colors of #E2430D
Black with #E2430D
Text Example
Text Example
White with #E2430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2430D; }
p { color: rgb(226,67,13); }
H1.HeaderClassName
{
color: #E2430D;
}
.AnyTagClassName
{
color: #E2430D;
}
</style>
background-color css
<style>
a { background-color: #E2430D; }
a { background-color: rgb(226,67,13); }
div.DivClassName
{
background-color: #E2430D;
}
.BgClassName
{
background-color: #E2430D;
}
</style>
border-color css
<style>
span { border-color: #E2430D; }
span { border-color: rgb(226,67,13); }
td.TdClassName
{
border-color: #E2430D;
}
.TagClassName
{
border-color: #E2430D;
}
</style>