Shades of Persimmon #DF5212
Tints of Persimmon #DF5212
RGB
CMYK
RGB Variations
Color information
#DF5212 (or 0xDF5212) is known color: Persimmon. HEX triplet: DF, 52 and 12. RGB value is (223,82,18). Sum of RGB (Red+Green+Blue) = 223+82+18=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5212 is #20ADED. Grayscale: #757575. Windows color (decimal): -2141678 or 1200863. OLE color: 1200863.
HSL color Cylindrical-coordinate representation of color #DF5212: hue angle of 18.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF5212 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.13 |
| HSL | 18.73º | 0.85% | 0.47% | - |
| HSV(B) | 18.73º | 0.92% | 0.87% | - |
| XYZ | 33.56 | 21.77 | 3 | - |
| YUV | 116.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 18 | 0 | 0.63 | 0.92 | 0.13 | 18.73 | 0.85 | 0.47 |
| Hex | DF | 52 | 12 | 0 | 3F | 5C | D | 13 | 55 | 2F |
| Octal | 337 | 122 | 22 | 0 | 77 | 134 | 15 | 23 | 125 | 57 |
| Binary | 11011111 | 1010010 | 10010 | 0 | 111111 | 1011100 | 1101 | 10011 | 1010101 | 101111 |
Color Harmonies of #DF5212
Complementary color
Monochromatic Colors of #DF5212
Black with #DF5212
Text Example
Text Example
White with #DF5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5212; }
p { color: rgb(223,82,18); }
H1.HeaderClassName
{
color: #DF5212;
}
.AnyTagClassName
{
color: #DF5212;
}
</style>
background-color css
<style>
a { background-color: #DF5212; }
a { background-color: rgb(223,82,18); }
div.DivClassName
{
background-color: #DF5212;
}
.BgClassName
{
background-color: #DF5212;
}
</style>
border-color css
<style>
span { border-color: #DF5212; }
span { border-color: rgb(223,82,18); }
td.TdClassName
{
border-color: #DF5212;
}
.TagClassName
{
border-color: #DF5212;
}
</style>