Shades of Persimmon #E24A0B
Tints of Persimmon #E24A0B
RGB
CMYK
RGB Variations
Color information
#E24A0B (or 0xE24A0B) is known color: Persimmon. HEX triplet: E2, 4A and 0B. RGB value is (226,74,11). Sum of RGB (Red+Green+Blue) = 226+74+11=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A0B is #1DB5F4. Grayscale: #707070. Windows color (decimal): -1947125 or 740066. OLE color: 740066.
HSL color Cylindrical-coordinate representation of color #E24A0B: hue angle of 17.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E24A0B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.11 |
| HSL | 17.58º | 0.91% | 0.46% | - |
| HSV(B) | 17.58º | 0.95% | 0.89% | - |
| XYZ | 33.87 | 21.09 | 2.6 | - |
| YUV | 112.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 11 | 0 | 0.67 | 0.95 | 0.11 | 17.58 | 0.91 | 0.46 |
| Hex | E2 | 4A | B | 0 | 43 | 5F | B | 12 | 5B | 2E |
| Octal | 342 | 112 | 13 | 0 | 103 | 137 | 13 | 22 | 133 | 56 |
| Binary | 11100010 | 1001010 | 1011 | 0 | 1000011 | 1011111 | 1011 | 10010 | 1011011 | 101110 |
Color Harmonies of #E24A0B
Complementary color
Monochromatic Colors of #E24A0B
Black with #E24A0B
Text Example
Text Example
White with #E24A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A0B; }
p { color: rgb(226,74,11); }
H1.HeaderClassName
{
color: #E24A0B;
}
.AnyTagClassName
{
color: #E24A0B;
}
</style>
background-color css
<style>
a { background-color: #E24A0B; }
a { background-color: rgb(226,74,11); }
div.DivClassName
{
background-color: #E24A0B;
}
.BgClassName
{
background-color: #E24A0B;
}
</style>
border-color css
<style>
span { border-color: #E24A0B; }
span { border-color: rgb(226,74,11); }
td.TdClassName
{
border-color: #E24A0B;
}
.TagClassName
{
border-color: #E24A0B;
}
</style>