Shades of Persimmon #DF3E00
Tints of Persimmon #DF3E00
RGB
CMYK
RGB Variations
Color information
#DF3E00 (or 0xDF3E00) is known color: Persimmon. HEX triplet: DF, 3E and 00. RGB value is (223,62,0). Sum of RGB (Red+Green+Blue) = 223+62+0=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3E00 is #20C1FF. Grayscale: #676767. Windows color (decimal): -2146816 or 16095. OLE color: 16095.
HSL color Cylindrical-coordinate representation of color #DF3E00: hue angle of 16.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3E00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.13 |
| HSL | 16.68º | 1% | 0.44% | - |
| HSV(B) | 16.68º | 1% | 0.87% | - |
| XYZ | 32.15 | 19.13 | 2 | - |
| YUV | 103.07 | 69.84 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 0 | 0 | 0.72 | 1 | 0.13 | 16.68 | 1 | 0.44 |
| Hex | DF | 3E | 0 | 0 | 48 | 64 | D | 11 | 64 | 2C |
| Octal | 337 | 76 | 0 | 0 | 110 | 144 | 15 | 21 | 144 | 54 |
| Binary | 11011111 | 111110 | 0 | 0 | 1001000 | 1100100 | 1101 | 10001 | 1100100 | 101100 |
Color Harmonies of #DF3E00
Complementary color
Monochromatic Colors of #DF3E00
Black with #DF3E00
Text Example
Text Example
White with #DF3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E00; }
p { color: rgb(223,62,0); }
H1.HeaderClassName
{
color: #DF3E00;
}
.AnyTagClassName
{
color: #DF3E00;
}
</style>
background-color css
<style>
a { background-color: #DF3E00; }
a { background-color: rgb(223,62,0); }
div.DivClassName
{
background-color: #DF3E00;
}
.BgClassName
{
background-color: #DF3E00;
}
</style>
border-color css
<style>
span { border-color: #DF3E00; }
span { border-color: rgb(223,62,0); }
td.TdClassName
{
border-color: #DF3E00;
}
.TagClassName
{
border-color: #DF3E00;
}
</style>