Shades of Persimmon #DE460F
Tints of Persimmon #DE460F
RGB
CMYK
RGB Variations
Color information
#DE460F (or 0xDE460F) is known color: Persimmon. HEX triplet: DE, 46 and 0F. RGB value is (222,70,15). Sum of RGB (Red+Green+Blue) = 222+70+15=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE460F is #21B9F0. Grayscale: #6D6D6D. Windows color (decimal): -2210289 or 1001182. OLE color: 1001182.
HSL color Cylindrical-coordinate representation of color #DE460F: hue angle of 15.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE460F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.13 |
| HSL | 15.94º | 0.87% | 0.46% | - |
| HSV(B) | 15.94º | 0.93% | 0.87% | - |
| XYZ | 32.4 | 19.94 | 2.59 | - |
| YUV | 109.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 15 | 0 | 0.68 | 0.93 | 0.13 | 15.94 | 0.87 | 0.46 |
| Hex | DE | 46 | F | 0 | 44 | 5D | D | 10 | 57 | 2E |
| Octal | 336 | 106 | 17 | 0 | 104 | 135 | 15 | 20 | 127 | 56 |
| Binary | 11011110 | 1000110 | 1111 | 0 | 1000100 | 1011101 | 1101 | 10000 | 1010111 | 101110 |
Color Harmonies of #DE460F
Complementary color
Monochromatic Colors of #DE460F
Black with #DE460F
Text Example
Text Example
White with #DE460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE460F; }
p { color: rgb(222,70,15); }
H1.HeaderClassName
{
color: #DE460F;
}
.AnyTagClassName
{
color: #DE460F;
}
</style>
background-color css
<style>
a { background-color: #DE460F; }
a { background-color: rgb(222,70,15); }
div.DivClassName
{
background-color: #DE460F;
}
.BgClassName
{
background-color: #DE460F;
}
</style>
border-color css
<style>
span { border-color: #DE460F; }
span { border-color: rgb(222,70,15); }
td.TdClassName
{
border-color: #DE460F;
}
.TagClassName
{
border-color: #DE460F;
}
</style>