Shades of Persimmon #DF4003
Tints of Persimmon #DF4003
RGB
CMYK
RGB Variations
Color information
#DF4003 (or 0xDF4003) is known color: Persimmon. HEX triplet: DF, 40 and 03. RGB value is (223,64,3). Sum of RGB (Red+Green+Blue) = 223+64+3=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4003 is #20BFFC. Grayscale: #686868. Windows color (decimal): -2146301 or 213215. OLE color: 213215.
HSL color Cylindrical-coordinate representation of color #DF4003: hue angle of 16.64º degrees, saturation: 0.97, 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 #DF4003 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.13 |
| HSL | 16.64º | 0.97% | 0.44% | - |
| HSV(B) | 16.64º | 0.99% | 0.87% | - |
| XYZ | 32.28 | 19.36 | 2.12 | - |
| YUV | 104.59 | 70.68 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 3 | 0 | 0.71 | 0.99 | 0.13 | 16.64 | 0.97 | 0.44 |
| Hex | DF | 40 | 3 | 0 | 47 | 63 | D | 11 | 61 | 2C |
| Octal | 337 | 100 | 3 | 0 | 107 | 143 | 15 | 21 | 141 | 54 |
| Binary | 11011111 | 1000000 | 11 | 0 | 1000111 | 1100011 | 1101 | 10001 | 1100001 | 101100 |
Color Harmonies of #DF4003
Complementary color
Monochromatic Colors of #DF4003
Black with #DF4003
Text Example
Text Example
White with #DF4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4003; }
p { color: rgb(223,64,3); }
H1.HeaderClassName
{
color: #DF4003;
}
.AnyTagClassName
{
color: #DF4003;
}
</style>
background-color css
<style>
a { background-color: #DF4003; }
a { background-color: rgb(223,64,3); }
div.DivClassName
{
background-color: #DF4003;
}
.BgClassName
{
background-color: #DF4003;
}
</style>
border-color css
<style>
span { border-color: #DF4003; }
span { border-color: rgb(223,64,3); }
td.TdClassName
{
border-color: #DF4003;
}
.TagClassName
{
border-color: #DF4003;
}
</style>