Shades of Persimmon #DF510C
Tints of Persimmon #DF510C
RGB
CMYK
RGB Variations
Color information
#DF510C (or 0xDF510C) is known color: Persimmon. HEX triplet: DF, 51 and 0C. RGB value is (223,81,12). Sum of RGB (Red+Green+Blue) = 223+81+12=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF510C is #20AEF3. Grayscale: #747474. Windows color (decimal): -2141940 or 807391. OLE color: 807391.
HSL color Cylindrical-coordinate representation of color #DF510C: hue angle of 19.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF510C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.13 |
| HSL | 19.62º | 0.9% | 0.46% | - |
| HSV(B) | 19.62º | 0.95% | 0.87% | - |
| XYZ | 33.44 | 21.6 | 2.75 | - |
| YUV | 115.59 | 69.54 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 12 | 0 | 0.64 | 0.95 | 0.13 | 19.62 | 0.9 | 0.46 |
| Hex | DF | 51 | C | 0 | 40 | 5F | D | 14 | 5A | 2E |
| Octal | 337 | 121 | 14 | 0 | 100 | 137 | 15 | 24 | 132 | 56 |
| Binary | 11011111 | 1010001 | 1100 | 0 | 1000000 | 1011111 | 1101 | 10100 | 1011010 | 101110 |
Color Harmonies of #DF510C
Complementary color
Monochromatic Colors of #DF510C
Black with #DF510C
Text Example
Text Example
White with #DF510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF510C; }
p { color: rgb(223,81,12); }
H1.HeaderClassName
{
color: #DF510C;
}
.AnyTagClassName
{
color: #DF510C;
}
</style>
background-color css
<style>
a { background-color: #DF510C; }
a { background-color: rgb(223,81,12); }
div.DivClassName
{
background-color: #DF510C;
}
.BgClassName
{
background-color: #DF510C;
}
</style>
border-color css
<style>
span { border-color: #DF510C; }
span { border-color: rgb(223,81,12); }
td.TdClassName
{
border-color: #DF510C;
}
.TagClassName
{
border-color: #DF510C;
}
</style>