Shades of Persimmon #DE530E
Tints of Persimmon #DE530E
RGB
CMYK
RGB Variations
Color information
#DE530E (or 0xDE530E) is known color: Persimmon. HEX triplet: DE, 53 and 0E. RGB value is (222,83,14). Sum of RGB (Red+Green+Blue) = 222+83+14=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE530E is #21ACF1. Grayscale: #757575. Windows color (decimal): -2206962 or 938974. OLE color: 938974.
HSL color Cylindrical-coordinate representation of color #DE530E: hue angle of 19.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE530E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.13 |
| HSL | 19.9º | 0.88% | 0.46% | - |
| HSV(B) | 19.9º | 0.94% | 0.87% | - |
| XYZ | 33.3 | 21.75 | 2.86 | - |
| YUV | 116.7 | 70.05 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 14 | 0 | 0.63 | 0.94 | 0.13 | 19.9 | 0.88 | 0.46 |
| Hex | DE | 53 | E | 0 | 3F | 5E | D | 14 | 58 | 2E |
| Octal | 336 | 123 | 16 | 0 | 77 | 136 | 15 | 24 | 130 | 56 |
| Binary | 11011110 | 1010011 | 1110 | 0 | 111111 | 1011110 | 1101 | 10100 | 1011000 | 101110 |
Color Harmonies of #DE530E
Complementary color
Monochromatic Colors of #DE530E
Black with #DE530E
Text Example
Text Example
White with #DE530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE530E; }
p { color: rgb(222,83,14); }
H1.HeaderClassName
{
color: #DE530E;
}
.AnyTagClassName
{
color: #DE530E;
}
</style>
background-color css
<style>
a { background-color: #DE530E; }
a { background-color: rgb(222,83,14); }
div.DivClassName
{
background-color: #DE530E;
}
.BgClassName
{
background-color: #DE530E;
}
</style>
border-color css
<style>
span { border-color: #DE530E; }
span { border-color: rgb(222,83,14); }
td.TdClassName
{
border-color: #DE530E;
}
.TagClassName
{
border-color: #DE530E;
}
</style>