Shades of Persimmon #DE490D
Tints of Persimmon #DE490D
RGB
CMYK
RGB Variations
Color information
#DE490D (or 0xDE490D) is known color: Persimmon. HEX triplet: DE, 49 and 0D. RGB value is (222,73,13). Sum of RGB (Red+Green+Blue) = 222+73+13=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE490D is #21B6F2. Grayscale: #6F6F6F. Windows color (decimal): -2209523 or 870878. OLE color: 870878.
HSL color Cylindrical-coordinate representation of color #DE490D: hue angle of 17.22º degrees, saturation: 0.89, 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 #DE490D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.13 |
| HSL | 17.22º | 0.89% | 0.46% | - |
| HSV(B) | 17.22º | 0.94% | 0.87% | - |
| XYZ | 32.58 | 20.32 | 2.59 | - |
| YUV | 110.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 13 | 0 | 0.67 | 0.94 | 0.13 | 17.22 | 0.89 | 0.46 |
| Hex | DE | 49 | D | 0 | 43 | 5E | D | 11 | 59 | 2E |
| Octal | 336 | 111 | 15 | 0 | 103 | 136 | 15 | 21 | 131 | 56 |
| Binary | 11011110 | 1001001 | 1101 | 0 | 1000011 | 1011110 | 1101 | 10001 | 1011001 | 101110 |
Color Harmonies of #DE490D
Complementary color
Monochromatic Colors of #DE490D
Black with #DE490D
Text Example
Text Example
White with #DE490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE490D; }
p { color: rgb(222,73,13); }
H1.HeaderClassName
{
color: #DE490D;
}
.AnyTagClassName
{
color: #DE490D;
}
</style>
background-color css
<style>
a { background-color: #DE490D; }
a { background-color: rgb(222,73,13); }
div.DivClassName
{
background-color: #DE490D;
}
.BgClassName
{
background-color: #DE490D;
}
</style>
border-color css
<style>
span { border-color: #DE490D; }
span { border-color: rgb(222,73,13); }
td.TdClassName
{
border-color: #DE490D;
}
.TagClassName
{
border-color: #DE490D;
}
</style>