Shades of Persimmon #DF4801
Tints of Persimmon #DF4801
RGB
CMYK
RGB Variations
Color information
#DF4801 (or 0xDF4801) is known color: Persimmon. HEX triplet: DF, 48 and 01. RGB value is (223,72,1). Sum of RGB (Red+Green+Blue) = 223+72+1=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4801 is #20B7FE. Grayscale: #6D6D6D. Windows color (decimal): -2144255 or 84191. OLE color: 84191.
HSL color Cylindrical-coordinate representation of color #DF4801: hue angle of 19.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF4801 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.13 |
| HSL | 19.19º | 0.99% | 0.44% | - |
| HSV(B) | 19.19º | 1% | 0.87% | - |
| XYZ | 32.75 | 20.32 | 2.23 | - |
| YUV | 109.06 | 67.03 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 1 | 0 | 0.68 | 1.00 | 0.13 | 19.19 | 0.99 | 0.44 |
| Hex | DF | 48 | 1 | 0 | 44 | 64 | D | 13 | 63 | 2C |
| Octal | 337 | 110 | 1 | 0 | 104 | 144 | 15 | 23 | 143 | 54 |
| Binary | 11011111 | 1001000 | 1 | 0 | 1000100 | 1100100 | 1101 | 10011 | 1100011 | 101100 |
Color Harmonies of #DF4801
Complementary color
Monochromatic Colors of #DF4801
Black with #DF4801
Text Example
Text Example
White with #DF4801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4801; }
p { color: rgb(223,72,1); }
H1.HeaderClassName
{
color: #DF4801;
}
.AnyTagClassName
{
color: #DF4801;
}
</style>
background-color css
<style>
a { background-color: #DF4801; }
a { background-color: rgb(223,72,1); }
div.DivClassName
{
background-color: #DF4801;
}
.BgClassName
{
background-color: #DF4801;
}
</style>
border-color css
<style>
span { border-color: #DF4801; }
span { border-color: rgb(223,72,1); }
td.TdClassName
{
border-color: #DF4801;
}
.TagClassName
{
border-color: #DF4801;
}
</style>