Shades of Persimmon #DF500F
Tints of Persimmon #DF500F
RGB
CMYK
RGB Variations
Color information
#DF500F (or 0xDF500F) is known color: Persimmon. HEX triplet: DF, 50 and 0F. RGB value is (223,80,15). Sum of RGB (Red+Green+Blue) = 223+80+15=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF500F is #20AFF0. Grayscale: #737373. Windows color (decimal): -2142193 or 1003743. OLE color: 1003743.
HSL color Cylindrical-coordinate representation of color #DF500F: hue angle of 18.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF500F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.13 |
| HSL | 18.75º | 0.87% | 0.47% | - |
| HSV(B) | 18.75º | 0.93% | 0.87% | - |
| XYZ | 33.39 | 21.46 | 2.83 | - |
| YUV | 115.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 15 | 0 | 0.64 | 0.93 | 0.13 | 18.75 | 0.87 | 0.47 |
| Hex | DF | 50 | F | 0 | 40 | 5D | D | 13 | 57 | 2F |
| Octal | 337 | 120 | 17 | 0 | 100 | 135 | 15 | 23 | 127 | 57 |
| Binary | 11011111 | 1010000 | 1111 | 0 | 1000000 | 1011101 | 1101 | 10011 | 1010111 | 101111 |
Color Harmonies of #DF500F
Complementary color
Monochromatic Colors of #DF500F
Black with #DF500F
Text Example
Text Example
White with #DF500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF500F; }
p { color: rgb(223,80,15); }
H1.HeaderClassName
{
color: #DF500F;
}
.AnyTagClassName
{
color: #DF500F;
}
</style>
background-color css
<style>
a { background-color: #DF500F; }
a { background-color: rgb(223,80,15); }
div.DivClassName
{
background-color: #DF500F;
}
.BgClassName
{
background-color: #DF500F;
}
</style>
border-color css
<style>
span { border-color: #DF500F; }
span { border-color: rgb(223,80,15); }
td.TdClassName
{
border-color: #DF500F;
}
.TagClassName
{
border-color: #DF500F;
}
</style>