Shades of Persimmon #DE4F0C
Tints of Persimmon #DE4F0C
RGB
CMYK
RGB Variations
Color information
#DE4F0C (or 0xDE4F0C) is known color: Persimmon. HEX triplet: DE, 4F and 0C. RGB value is (222,79,12). Sum of RGB (Red+Green+Blue) = 222+79+12=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE4F0C is #21B0F3. Grayscale: #727272. Windows color (decimal): -2207988 or 806878. OLE color: 806878.
HSL color Cylindrical-coordinate representation of color #DE4F0C: hue angle of 19.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE4F0C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.13 |
| HSL | 19.14º | 0.9% | 0.46% | - |
| HSV(B) | 19.14º | 0.95% | 0.87% | - |
| XYZ | 32.99 | 21.15 | 2.69 | - |
| YUV | 114.12 | 70.38 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 12 | 0 | 0.64 | 0.95 | 0.13 | 19.14 | 0.9 | 0.46 |
| Hex | DE | 4F | C | 0 | 40 | 5F | D | 13 | 5A | 2E |
| Octal | 336 | 117 | 14 | 0 | 100 | 137 | 15 | 23 | 132 | 56 |
| Binary | 11011110 | 1001111 | 1100 | 0 | 1000000 | 1011111 | 1101 | 10011 | 1011010 | 101110 |
Color Harmonies of #DE4F0C
Complementary color
Monochromatic Colors of #DE4F0C
Black with #DE4F0C
Text Example
Text Example
White with #DE4F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4F0C; }
p { color: rgb(222,79,12); }
H1.HeaderClassName
{
color: #DE4F0C;
}
.AnyTagClassName
{
color: #DE4F0C;
}
</style>
background-color css
<style>
a { background-color: #DE4F0C; }
a { background-color: rgb(222,79,12); }
div.DivClassName
{
background-color: #DE4F0C;
}
.BgClassName
{
background-color: #DE4F0C;
}
</style>
border-color css
<style>
span { border-color: #DE4F0C; }
span { border-color: rgb(222,79,12); }
td.TdClassName
{
border-color: #DE4F0C;
}
.TagClassName
{
border-color: #DE4F0C;
}
</style>