Shades of Persimmon #E2530B
Tints of Persimmon #E2530B
RGB
CMYK
RGB Variations
Color information
#E2530B (or 0xE2530B) is known color: Persimmon. HEX triplet: E2, 53 and 0B. RGB value is (226,83,11). Sum of RGB (Red+Green+Blue) = 226+83+11=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E2530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2530B is #1DACF4. Grayscale: #757575. Windows color (decimal): -1944821 or 742370. OLE color: 742370.
HSL color Cylindrical-coordinate representation of color #E2530B: hue angle of 20.09º 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 #E2530B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.11 |
| HSL | 20.09º | 0.91% | 0.46% | - |
| HSV(B) | 20.09º | 0.95% | 0.89% | - |
| XYZ | 34.52 | 22.38 | 2.82 | - |
| YUV | 117.55 | 67.88 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 11 | 0 | 0.63 | 0.95 | 0.11 | 20.09 | 0.91 | 0.46 |
| Hex | E2 | 53 | B | 0 | 3F | 5F | B | 14 | 5B | 2E |
| Octal | 342 | 123 | 13 | 0 | 77 | 137 | 13 | 24 | 133 | 56 |
| Binary | 11100010 | 1010011 | 1011 | 0 | 111111 | 1011111 | 1011 | 10100 | 1011011 | 101110 |
Color Harmonies of #E2530B
Complementary color
Monochromatic Colors of #E2530B
Black with #E2530B
Text Example
Text Example
White with #E2530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2530B; }
p { color: rgb(226,83,11); }
H1.HeaderClassName
{
color: #E2530B;
}
.AnyTagClassName
{
color: #E2530B;
}
</style>
background-color css
<style>
a { background-color: #E2530B; }
a { background-color: rgb(226,83,11); }
div.DivClassName
{
background-color: #E2530B;
}
.BgClassName
{
background-color: #E2530B;
}
</style>
border-color css
<style>
span { border-color: #E2530B; }
span { border-color: rgb(226,83,11); }
td.TdClassName
{
border-color: #E2530B;
}
.TagClassName
{
border-color: #E2530B;
}
</style>