Shades of Persimmon #DF4B11
Tints of Persimmon #DF4B11
RGB
CMYK
RGB Variations
Color information
#DF4B11 (or 0xDF4B11) is known color: Persimmon. HEX triplet: DF, 4B and 11. RGB value is (223,75,17). Sum of RGB (Red+Green+Blue) = 223+75+17=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4B11 is #20B4EE. Grayscale: #717171. Windows color (decimal): -2143471 or 1133535. OLE color: 1133535.
HSL color Cylindrical-coordinate representation of color #DF4B11: hue angle of 16.89º degrees, saturation: 0.86, 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 #DF4B11 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.13 |
| HSL | 16.89º | 0.86% | 0.47% | - |
| HSV(B) | 16.89º | 0.92% | 0.87% | - |
| XYZ | 33.05 | 20.76 | 2.8 | - |
| YUV | 112.64 | 74.03 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 17 | 0 | 0.66 | 0.92 | 0.13 | 16.89 | 0.86 | 0.47 |
| Hex | DF | 4B | 11 | 0 | 42 | 5C | D | 11 | 56 | 2F |
| Octal | 337 | 113 | 21 | 0 | 102 | 134 | 15 | 21 | 126 | 57 |
| Binary | 11011111 | 1001011 | 10001 | 0 | 1000010 | 1011100 | 1101 | 10001 | 1010110 | 101111 |
Color Harmonies of #DF4B11
Complementary color
Monochromatic Colors of #DF4B11
Black with #DF4B11
Text Example
Text Example
White with #DF4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B11; }
p { color: rgb(223,75,17); }
H1.HeaderClassName
{
color: #DF4B11;
}
.AnyTagClassName
{
color: #DF4B11;
}
</style>
background-color css
<style>
a { background-color: #DF4B11; }
a { background-color: rgb(223,75,17); }
div.DivClassName
{
background-color: #DF4B11;
}
.BgClassName
{
background-color: #DF4B11;
}
</style>
border-color css
<style>
span { border-color: #DF4B11; }
span { border-color: rgb(223,75,17); }
td.TdClassName
{
border-color: #DF4B11;
}
.TagClassName
{
border-color: #DF4B11;
}
</style>