Shades of Persimmon #DE4E15
Tints of Persimmon #DE4E15
RGB
CMYK
RGB Variations
Color information
#DE4E15 (or 0xDE4E15) is known color: Persimmon. HEX triplet: DE, 4E and 15. RGB value is (222,78,21). Sum of RGB (Red+Green+Blue) = 222+78+21=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE4E15 is #21B1EA. Grayscale: #727272. Windows color (decimal): -2208235 or 1396446. OLE color: 1396446.
HSL color Cylindrical-coordinate representation of color #DE4E15: hue angle of 17.01º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE4E15 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.13 |
| HSL | 17.01º | 0.83% | 0.48% | - |
| HSV(B) | 17.01º | 0.91% | 0.87% | - |
| XYZ | 32.98 | 21.03 | 3.03 | - |
| YUV | 114.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 21 | 0 | 0.65 | 0.91 | 0.13 | 17.01 | 0.83 | 0.48 |
| Hex | DE | 4E | 15 | 0 | 41 | 5B | D | 11 | 53 | 30 |
| Octal | 336 | 116 | 25 | 0 | 101 | 133 | 15 | 21 | 123 | 60 |
| Binary | 11011110 | 1001110 | 10101 | 0 | 1000001 | 1011011 | 1101 | 10001 | 1010011 | 110000 |
Color Harmonies of #DE4E15
Complementary color
Monochromatic Colors of #DE4E15
Black with #DE4E15
Text Example
Text Example
White with #DE4E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E15; }
p { color: rgb(222,78,21); }
H1.HeaderClassName
{
color: #DE4E15;
}
.AnyTagClassName
{
color: #DE4E15;
}
</style>
background-color css
<style>
a { background-color: #DE4E15; }
a { background-color: rgb(222,78,21); }
div.DivClassName
{
background-color: #DE4E15;
}
.BgClassName
{
background-color: #DE4E15;
}
</style>
border-color css
<style>
span { border-color: #DE4E15; }
span { border-color: rgb(222,78,21); }
td.TdClassName
{
border-color: #DE4E15;
}
.TagClassName
{
border-color: #DE4E15;
}
</style>