Shades of Persimmon #DE490E
Tints of Persimmon #DE490E
RGB
CMYK
RGB Variations
Color information
#DE490E (or 0xDE490E) is known color: Persimmon. HEX triplet: DE, 49 and 0E. RGB value is (222,73,14). Sum of RGB (Red+Green+Blue) = 222+73+14=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE490E is #21B6F1. Grayscale: #6F6F6F. Windows color (decimal): -2209522 or 936414. OLE color: 936414.
HSL color Cylindrical-coordinate representation of color #DE490E: hue angle of 17.02º 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 #DE490E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.13 |
| HSL | 17.02º | 0.88% | 0.46% | - |
| HSV(B) | 17.02º | 0.94% | 0.87% | - |
| XYZ | 32.59 | 20.33 | 2.62 | - |
| YUV | 110.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 14 | 0 | 0.67 | 0.94 | 0.13 | 17.02 | 0.88 | 0.46 |
| Hex | DE | 49 | E | 0 | 43 | 5E | D | 11 | 58 | 2E |
| Octal | 336 | 111 | 16 | 0 | 103 | 136 | 15 | 21 | 130 | 56 |
| Binary | 11011110 | 1001001 | 1110 | 0 | 1000011 | 1011110 | 1101 | 10001 | 1011000 | 101110 |
Color Harmonies of #DE490E
Complementary color
Monochromatic Colors of #DE490E
Black with #DE490E
Text Example
Text Example
White with #DE490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE490E; }
p { color: rgb(222,73,14); }
H1.HeaderClassName
{
color: #DE490E;
}
.AnyTagClassName
{
color: #DE490E;
}
</style>
background-color css
<style>
a { background-color: #DE490E; }
a { background-color: rgb(222,73,14); }
div.DivClassName
{
background-color: #DE490E;
}
.BgClassName
{
background-color: #DE490E;
}
</style>
border-color css
<style>
span { border-color: #DE490E; }
span { border-color: rgb(222,73,14); }
td.TdClassName
{
border-color: #DE490E;
}
.TagClassName
{
border-color: #DE490E;
}
</style>