Shades of Persimmon #DF4102
Tints of Persimmon #DF4102
RGB
CMYK
RGB Variations
Color information
#DF4102 (or 0xDF4102) is known color: Persimmon. HEX triplet: DF, 41 and 02. RGB value is (223,65,2). Sum of RGB (Red+Green+Blue) = 223+65+2=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4102 is #20BEFD. Grayscale: #696969. Windows color (decimal): -2146046 or 147935. OLE color: 147935.
HSL color Cylindrical-coordinate representation of color #DF4102: hue angle of 17.1º 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 #DF4102 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.13 |
| HSL | 17.1º | 0.98% | 0.44% | - |
| HSV(B) | 17.1º | 0.99% | 0.87% | - |
| XYZ | 32.33 | 19.47 | 2.11 | - |
| YUV | 105.06 | 69.85 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 2 | 0 | 0.71 | 0.99 | 0.13 | 17.1 | 0.98 | 0.44 |
| Hex | DF | 41 | 2 | 0 | 47 | 63 | D | 11 | 62 | 2C |
| Octal | 337 | 101 | 2 | 0 | 107 | 143 | 15 | 21 | 142 | 54 |
| Binary | 11011111 | 1000001 | 10 | 0 | 1000111 | 1100011 | 1101 | 10001 | 1100010 | 101100 |
Color Harmonies of #DF4102
Complementary color
Monochromatic Colors of #DF4102
Black with #DF4102
Text Example
Text Example
White with #DF4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4102; }
p { color: rgb(223,65,2); }
H1.HeaderClassName
{
color: #DF4102;
}
.AnyTagClassName
{
color: #DF4102;
}
</style>
background-color css
<style>
a { background-color: #DF4102; }
a { background-color: rgb(223,65,2); }
div.DivClassName
{
background-color: #DF4102;
}
.BgClassName
{
background-color: #DF4102;
}
</style>
border-color css
<style>
span { border-color: #DF4102; }
span { border-color: rgb(223,65,2); }
td.TdClassName
{
border-color: #DF4102;
}
.TagClassName
{
border-color: #DF4102;
}
</style>