Shades of Persimmon #DF4402
Tints of Persimmon #DF4402
RGB
CMYK
RGB Variations
Color information
#DF4402 (or 0xDF4402) is known color: Persimmon. HEX triplet: DF, 44 and 02. RGB value is (223,68,2). Sum of RGB (Red+Green+Blue) = 223+68+2=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4402 is #20BBFD. Grayscale: #6B6B6B. Windows color (decimal): -2145278 or 148703. OLE color: 148703.
HSL color Cylindrical-coordinate representation of color #DF4402: hue angle of 17.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF4402 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.13 |
| HSL | 17.92º | 0.98% | 0.44% | - |
| HSV(B) | 17.92º | 0.99% | 0.87% | - |
| XYZ | 32.51 | 19.83 | 2.17 | - |
| YUV | 106.82 | 68.85 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 2 | 0 | 0.70 | 0.99 | 0.13 | 17.92 | 0.98 | 0.44 |
| Hex | DF | 44 | 2 | 0 | 46 | 63 | D | 12 | 62 | 2C |
| Octal | 337 | 104 | 2 | 0 | 106 | 143 | 15 | 22 | 142 | 54 |
| Binary | 11011111 | 1000100 | 10 | 0 | 1000110 | 1100011 | 1101 | 10010 | 1100010 | 101100 |
Color Harmonies of #DF4402
Complementary color
Monochromatic Colors of #DF4402
Black with #DF4402
Text Example
Text Example
White with #DF4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4402; }
p { color: rgb(223,68,2); }
H1.HeaderClassName
{
color: #DF4402;
}
.AnyTagClassName
{
color: #DF4402;
}
</style>
background-color css
<style>
a { background-color: #DF4402; }
a { background-color: rgb(223,68,2); }
div.DivClassName
{
background-color: #DF4402;
}
.BgClassName
{
background-color: #DF4402;
}
</style>
border-color css
<style>
span { border-color: #DF4402; }
span { border-color: rgb(223,68,2); }
td.TdClassName
{
border-color: #DF4402;
}
.TagClassName
{
border-color: #DF4402;
}
</style>