Shades of Persimmon #DD4910
Tints of Persimmon #DD4910
RGB
CMYK
RGB Variations
Color information
#DD4910 (or 0xDD4910) is known color: Persimmon. HEX triplet: DD, 49 and 10. RGB value is (221,73,16). Sum of RGB (Red+Green+Blue) = 221+73+16=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4910 is #22B6EF. Grayscale: #6F6F6F. Windows color (decimal): -2275056 or 1067485. OLE color: 1067485.
HSL color Cylindrical-coordinate representation of color #DD4910: hue angle of 16.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD4910 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.13 |
| HSL | 16.68º | 0.86% | 0.46% | - |
| HSV(B) | 16.68º | 0.93% | 0.87% | - |
| XYZ | 32.29 | 20.17 | 2.68 | - |
| YUV | 110.75 | 74.53 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 16 | 0 | 0.67 | 0.93 | 0.13 | 16.68 | 0.86 | 0.46 |
| Hex | DD | 49 | 10 | 0 | 43 | 5D | D | 11 | 56 | 2E |
| Octal | 335 | 111 | 20 | 0 | 103 | 135 | 15 | 21 | 126 | 56 |
| Binary | 11011101 | 1001001 | 10000 | 0 | 1000011 | 1011101 | 1101 | 10001 | 1010110 | 101110 |
Color Harmonies of #DD4910
Complementary color
Monochromatic Colors of #DD4910
Black with #DD4910
Text Example
Text Example
White with #DD4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4910; }
p { color: rgb(221,73,16); }
H1.HeaderClassName
{
color: #DD4910;
}
.AnyTagClassName
{
color: #DD4910;
}
</style>
background-color css
<style>
a { background-color: #DD4910; }
a { background-color: rgb(221,73,16); }
div.DivClassName
{
background-color: #DD4910;
}
.BgClassName
{
background-color: #DD4910;
}
</style>
border-color css
<style>
span { border-color: #DD4910; }
span { border-color: rgb(221,73,16); }
td.TdClassName
{
border-color: #DD4910;
}
.TagClassName
{
border-color: #DD4910;
}
</style>