Shades of Persimmon #DD4913
Tints of Persimmon #DD4913
RGB
CMYK
RGB Variations
Color information
#DD4913 (or 0xDD4913) is known color: Persimmon. HEX triplet: DD, 49 and 13. RGB value is (221,73,19). Sum of RGB (Red+Green+Blue) = 221+73+19=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4913 is #22B6EC. Grayscale: #6F6F6F. Windows color (decimal): -2275053 or 1264093. OLE color: 1264093.
HSL color Cylindrical-coordinate representation of color #DD4913: hue angle of 16.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4913 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.13 |
| HSL | 16.04º | 0.84% | 0.47% | - |
| HSV(B) | 16.04º | 0.91% | 0.87% | - |
| XYZ | 32.32 | 20.18 | 2.81 | - |
| YUV | 111.1 | 76.03 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 19 | 0 | 0.67 | 0.91 | 0.13 | 16.04 | 0.84 | 0.47 |
| Hex | DD | 49 | 13 | 0 | 43 | 5B | D | 10 | 54 | 2F |
| Octal | 335 | 111 | 23 | 0 | 103 | 133 | 15 | 20 | 124 | 57 |
| Binary | 11011101 | 1001001 | 10011 | 0 | 1000011 | 1011011 | 1101 | 10000 | 1010100 | 101111 |
Color Harmonies of #DD4913
Complementary color
Monochromatic Colors of #DD4913
Black with #DD4913
Text Example
Text Example
White with #DD4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4913; }
p { color: rgb(221,73,19); }
H1.HeaderClassName
{
color: #DD4913;
}
.AnyTagClassName
{
color: #DD4913;
}
</style>
background-color css
<style>
a { background-color: #DD4913; }
a { background-color: rgb(221,73,19); }
div.DivClassName
{
background-color: #DD4913;
}
.BgClassName
{
background-color: #DD4913;
}
</style>
border-color css
<style>
span { border-color: #DD4913; }
span { border-color: rgb(221,73,19); }
td.TdClassName
{
border-color: #DD4913;
}
.TagClassName
{
border-color: #DD4913;
}
</style>