Shades of Persimmon #DF4F19
Tints of Persimmon #DF4F19
RGB
CMYK
RGB Variations
Color information
#DF4F19 (or 0xDF4F19) is known color: Persimmon. HEX triplet: DF, 4F and 19. RGB value is (223,79,25). Sum of RGB (Red+Green+Blue) = 223+79+25=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4F19 is #20B0E6. Grayscale: #747474. Windows color (decimal): -2142439 or 1658847. OLE color: 1658847.
HSL color Cylindrical-coordinate representation of color #DF4F19: hue angle of 16.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF4F19 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.13 |
| HSL | 16.36º | 0.8% | 0.49% | - |
| HSV(B) | 16.36º | 0.89% | 0.87% | - |
| XYZ | 33.4 | 21.35 | 3.28 | - |
| YUV | 115.9 | 76.71 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 25 | 0 | 0.65 | 0.89 | 0.13 | 16.36 | 0.8 | 0.49 |
| Hex | DF | 4F | 19 | 0 | 41 | 59 | D | 10 | 50 | 31 |
| Octal | 337 | 117 | 31 | 0 | 101 | 131 | 15 | 20 | 120 | 61 |
| Binary | 11011111 | 1001111 | 11001 | 0 | 1000001 | 1011001 | 1101 | 10000 | 1010000 | 110001 |
Color Harmonies of #DF4F19
Complementary color
Monochromatic Colors of #DF4F19
Black with #DF4F19
Text Example
Text Example
White with #DF4F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F19; }
p { color: rgb(223,79,25); }
H1.HeaderClassName
{
color: #DF4F19;
}
.AnyTagClassName
{
color: #DF4F19;
}
</style>
background-color css
<style>
a { background-color: #DF4F19; }
a { background-color: rgb(223,79,25); }
div.DivClassName
{
background-color: #DF4F19;
}
.BgClassName
{
background-color: #DF4F19;
}
</style>
border-color css
<style>
span { border-color: #DF4F19; }
span { border-color: rgb(223,79,25); }
td.TdClassName
{
border-color: #DF4F19;
}
.TagClassName
{
border-color: #DF4F19;
}
</style>