Shades of Persimmon #DF5001
Tints of Persimmon #DF5001
RGB
CMYK
RGB Variations
Color information
#DF5001 (or 0xDF5001) is known color: Persimmon. HEX triplet: DF, 50 and 01. RGB value is (223,80,1). Sum of RGB (Red+Green+Blue) = 223+80+1=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5001 is #20AFFE. Grayscale: #727272. Windows color (decimal): -2142207 or 86239. OLE color: 86239.
HSL color Cylindrical-coordinate representation of color #DF5001: hue angle of 21.35º 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 #DF5001 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.13 |
| HSL | 21.35º | 0.99% | 0.44% | - |
| HSV(B) | 21.35º | 1% | 0.87% | - |
| XYZ | 33.31 | 21.43 | 2.41 | - |
| YUV | 113.75 | 64.38 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 1 | 0 | 0.64 | 1.00 | 0.13 | 21.35 | 0.99 | 0.44 |
| Hex | DF | 50 | 1 | 0 | 40 | 64 | D | 15 | 63 | 2C |
| Octal | 337 | 120 | 1 | 0 | 100 | 144 | 15 | 25 | 143 | 54 |
| Binary | 11011111 | 1010000 | 1 | 0 | 1000000 | 1100100 | 1101 | 10101 | 1100011 | 101100 |
Color Harmonies of #DF5001
Complementary color
Monochromatic Colors of #DF5001
Black with #DF5001
Text Example
Text Example
White with #DF5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5001; }
p { color: rgb(223,80,1); }
H1.HeaderClassName
{
color: #DF5001;
}
.AnyTagClassName
{
color: #DF5001;
}
</style>
background-color css
<style>
a { background-color: #DF5001; }
a { background-color: rgb(223,80,1); }
div.DivClassName
{
background-color: #DF5001;
}
.BgClassName
{
background-color: #DF5001;
}
</style>
border-color css
<style>
span { border-color: #DF5001; }
span { border-color: rgb(223,80,1); }
td.TdClassName
{
border-color: #DF5001;
}
.TagClassName
{
border-color: #DF5001;
}
</style>