Shades of Persimmon #DF4303
Tints of Persimmon #DF4303
RGB
CMYK
RGB Variations
Color information
#DF4303 (or 0xDF4303) is known color: Persimmon. HEX triplet: DF, 43 and 03. RGB value is (223,67,3). Sum of RGB (Red+Green+Blue) = 223+67+3=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4303 is #20BCFC. Grayscale: #6A6A6A. Windows color (decimal): -2145533 or 213983. OLE color: 213983.
HSL color Cylindrical-coordinate representation of color #DF4303: hue angle of 17.45º 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 #DF4303 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.13 |
| HSL | 17.45º | 0.97% | 0.44% | - |
| HSV(B) | 17.45º | 0.99% | 0.87% | - |
| XYZ | 32.46 | 19.71 | 2.18 | - |
| YUV | 106.35 | 69.68 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 3 | 0 | 0.70 | 0.99 | 0.13 | 17.45 | 0.97 | 0.44 |
| Hex | DF | 43 | 3 | 0 | 46 | 63 | D | 11 | 61 | 2C |
| Octal | 337 | 103 | 3 | 0 | 106 | 143 | 15 | 21 | 141 | 54 |
| Binary | 11011111 | 1000011 | 11 | 0 | 1000110 | 1100011 | 1101 | 10001 | 1100001 | 101100 |
Color Harmonies of #DF4303
Complementary color
Monochromatic Colors of #DF4303
Black with #DF4303
Text Example
Text Example
White with #DF4303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4303; }
p { color: rgb(223,67,3); }
H1.HeaderClassName
{
color: #DF4303;
}
.AnyTagClassName
{
color: #DF4303;
}
</style>
background-color css
<style>
a { background-color: #DF4303; }
a { background-color: rgb(223,67,3); }
div.DivClassName
{
background-color: #DF4303;
}
.BgClassName
{
background-color: #DF4303;
}
</style>
border-color css
<style>
span { border-color: #DF4303; }
span { border-color: rgb(223,67,3); }
td.TdClassName
{
border-color: #DF4303;
}
.TagClassName
{
border-color: #DF4303;
}
</style>