Shades of Persimmon #DE590F
Tints of Persimmon #DE590F
RGB
CMYK
RGB Variations
Color information
#DE590F (or 0xDE590F) is known color: Persimmon. HEX triplet: DE, 59 and 0F. RGB value is (222,89,15). Sum of RGB (Red+Green+Blue) = 222+89+15=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE590F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE590F is #21A6F0. Grayscale: #787878. Windows color (decimal): -2205425 or 1006046. OLE color: 1006046.
HSL color Cylindrical-coordinate representation of color #DE590F: hue angle of 21.45º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE590F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.13 |
| HSL | 21.45º | 0.87% | 0.46% | - |
| HSV(B) | 21.45º | 0.93% | 0.87% | - |
| XYZ | 33.78 | 22.71 | 3.05 | - |
| YUV | 120.33 | 68.56 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 15 | 0 | 0.60 | 0.93 | 0.13 | 21.45 | 0.87 | 0.46 |
| Hex | DE | 59 | F | 0 | 3C | 5D | D | 15 | 57 | 2E |
| Octal | 336 | 131 | 17 | 0 | 74 | 135 | 15 | 25 | 127 | 56 |
| Binary | 11011110 | 1011001 | 1111 | 0 | 111100 | 1011101 | 1101 | 10101 | 1010111 | 101110 |
Color Harmonies of #DE590F
Complementary color
Monochromatic Colors of #DE590F
Black with #DE590F
Text Example
Text Example
White with #DE590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE590F; }
p { color: rgb(222,89,15); }
H1.HeaderClassName
{
color: #DE590F;
}
.AnyTagClassName
{
color: #DE590F;
}
</style>
background-color css
<style>
a { background-color: #DE590F; }
a { background-color: rgb(222,89,15); }
div.DivClassName
{
background-color: #DE590F;
}
.BgClassName
{
background-color: #DE590F;
}
</style>
border-color css
<style>
span { border-color: #DE590F; }
span { border-color: rgb(222,89,15); }
td.TdClassName
{
border-color: #DE590F;
}
.TagClassName
{
border-color: #DE590F;
}
</style>