Shades of Persimmon #DE4D15
Tints of Persimmon #DE4D15
RGB
CMYK
RGB Variations
Color information
#DE4D15 (or 0xDE4D15) is known color: Persimmon. HEX triplet: DE, 4D and 15. RGB value is (222,77,21). Sum of RGB (Red+Green+Blue) = 222+77+21=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE4D15 is #21B2EA. Grayscale: #727272. Windows color (decimal): -2208491 or 1396190. OLE color: 1396190.
HSL color Cylindrical-coordinate representation of color #DE4D15: hue angle of 16.72º 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 #DE4D15 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.13 |
| HSL | 16.72º | 0.83% | 0.48% | - |
| HSV(B) | 16.72º | 0.91% | 0.87% | - |
| XYZ | 32.91 | 20.89 | 3.01 | - |
| YUV | 113.97 | 75.54 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 21 | 0 | 0.65 | 0.91 | 0.13 | 16.72 | 0.83 | 0.48 |
| Hex | DE | 4D | 15 | 0 | 41 | 5B | D | 11 | 53 | 30 |
| Octal | 336 | 115 | 25 | 0 | 101 | 133 | 15 | 21 | 123 | 60 |
| Binary | 11011110 | 1001101 | 10101 | 0 | 1000001 | 1011011 | 1101 | 10001 | 1010011 | 110000 |
Color Harmonies of #DE4D15
Complementary color
Monochromatic Colors of #DE4D15
Black with #DE4D15
Text Example
Text Example
White with #DE4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D15; }
p { color: rgb(222,77,21); }
H1.HeaderClassName
{
color: #DE4D15;
}
.AnyTagClassName
{
color: #DE4D15;
}
</style>
background-color css
<style>
a { background-color: #DE4D15; }
a { background-color: rgb(222,77,21); }
div.DivClassName
{
background-color: #DE4D15;
}
.BgClassName
{
background-color: #DE4D15;
}
</style>
border-color css
<style>
span { border-color: #DE4D15; }
span { border-color: rgb(222,77,21); }
td.TdClassName
{
border-color: #DE4D15;
}
.TagClassName
{
border-color: #DE4D15;
}
</style>