Shades of Persimmon #DF4401
Tints of Persimmon #DF4401
RGB
CMYK
RGB Variations
Color information
#DF4401 (or 0xDF4401) is known color: Persimmon. HEX triplet: DF, 44 and 01. RGB value is (223,68,1). Sum of RGB (Red+Green+Blue) = 223+68+1=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4401 is #20BBFE. Grayscale: #6B6B6B. Windows color (decimal): -2145279 or 83167. OLE color: 83167.
HSL color Cylindrical-coordinate representation of color #DF4401: hue angle of 18.11º 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 #DF4401 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.13 |
| HSL | 18.11º | 0.99% | 0.44% | - |
| HSV(B) | 18.11º | 1% | 0.87% | - |
| XYZ | 32.5 | 19.82 | 2.14 | - |
| YUV | 106.71 | 68.35 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 1 | 0 | 0.70 | 1.00 | 0.13 | 18.11 | 0.99 | 0.44 |
| Hex | DF | 44 | 1 | 0 | 46 | 64 | D | 12 | 63 | 2C |
| Octal | 337 | 104 | 1 | 0 | 106 | 144 | 15 | 22 | 143 | 54 |
| Binary | 11011111 | 1000100 | 1 | 0 | 1000110 | 1100100 | 1101 | 10010 | 1100011 | 101100 |
Color Harmonies of #DF4401
Complementary color
Monochromatic Colors of #DF4401
Black with #DF4401
Text Example
Text Example
White with #DF4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4401; }
p { color: rgb(223,68,1); }
H1.HeaderClassName
{
color: #DF4401;
}
.AnyTagClassName
{
color: #DF4401;
}
</style>
background-color css
<style>
a { background-color: #DF4401; }
a { background-color: rgb(223,68,1); }
div.DivClassName
{
background-color: #DF4401;
}
.BgClassName
{
background-color: #DF4401;
}
</style>
border-color css
<style>
span { border-color: #DF4401; }
span { border-color: rgb(223,68,1); }
td.TdClassName
{
border-color: #DF4401;
}
.TagClassName
{
border-color: #DF4401;
}
</style>