Shades of Persimmon #DF4107
Tints of Persimmon #DF4107
RGB
CMYK
RGB Variations
Color information
#DF4107 (or 0xDF4107) is known color: Persimmon. HEX triplet: DF, 41 and 07. RGB value is (223,65,7). Sum of RGB (Red+Green+Blue) = 223+65+7=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4107 is #20BEF8. Grayscale: #6A6A6A. Windows color (decimal): -2146041 or 475615. OLE color: 475615.
HSL color Cylindrical-coordinate representation of color #DF4107: hue angle of 16.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF4107 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.13 |
| HSL | 16.11º | 0.94% | 0.45% | - |
| HSV(B) | 16.11º | 0.97% | 0.87% | - |
| XYZ | 32.36 | 19.48 | 2.26 | - |
| YUV | 105.63 | 72.35 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 7 | 0 | 0.71 | 0.97 | 0.13 | 16.11 | 0.94 | 0.45 |
| Hex | DF | 41 | 7 | 0 | 47 | 61 | D | 10 | 5E | 2D |
| Octal | 337 | 101 | 7 | 0 | 107 | 141 | 15 | 20 | 136 | 55 |
| Binary | 11011111 | 1000001 | 111 | 0 | 1000111 | 1100001 | 1101 | 10000 | 1011110 | 101101 |
Color Harmonies of #DF4107
Complementary color
Monochromatic Colors of #DF4107
Black with #DF4107
Text Example
Text Example
White with #DF4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4107; }
p { color: rgb(223,65,7); }
H1.HeaderClassName
{
color: #DF4107;
}
.AnyTagClassName
{
color: #DF4107;
}
</style>
background-color css
<style>
a { background-color: #DF4107; }
a { background-color: rgb(223,65,7); }
div.DivClassName
{
background-color: #DF4107;
}
.BgClassName
{
background-color: #DF4107;
}
</style>
border-color css
<style>
span { border-color: #DF4107; }
span { border-color: rgb(223,65,7); }
td.TdClassName
{
border-color: #DF4107;
}
.TagClassName
{
border-color: #DF4107;
}
</style>