Shades of Persimmon #DD4E18
Tints of Persimmon #DD4E18
RGB
CMYK
RGB Variations
Color information
#DD4E18 (or 0xDD4E18) is known color: Persimmon. HEX triplet: DD, 4E and 18. RGB value is (221,78,24). Sum of RGB (Red+Green+Blue) = 221+78+24=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E18 is #22B1E7. Grayscale: #727272. Windows color (decimal): -2273768 or 1593053. OLE color: 1593053.
HSL color Cylindrical-coordinate representation of color #DD4E18: hue angle of 16.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4E18 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 24 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.13 |
| HSL | 16.45º | 0.8% | 0.48% | - |
| HSV(B) | 16.45º | 0.89% | 0.87% | - |
| XYZ | 32.71 | 20.89 | 3.17 | - |
| YUV | 114.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 24 | 0 | 0.65 | 0.89 | 0.13 | 16.45 | 0.8 | 0.48 |
| Hex | DD | 4E | 18 | 0 | 41 | 59 | D | 10 | 50 | 30 |
| Octal | 335 | 116 | 30 | 0 | 101 | 131 | 15 | 20 | 120 | 60 |
| Binary | 11011101 | 1001110 | 11000 | 0 | 1000001 | 1011001 | 1101 | 10000 | 1010000 | 110000 |
Color Harmonies of #DD4E18
Complementary color
Monochromatic Colors of #DD4E18
Black with #DD4E18
Text Example
Text Example
White with #DD4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E18; }
p { color: rgb(221,78,24); }
H1.HeaderClassName
{
color: #DD4E18;
}
.AnyTagClassName
{
color: #DD4E18;
}
</style>
background-color css
<style>
a { background-color: #DD4E18; }
a { background-color: rgb(221,78,24); }
div.DivClassName
{
background-color: #DD4E18;
}
.BgClassName
{
background-color: #DD4E18;
}
</style>
border-color css
<style>
span { border-color: #DD4E18; }
span { border-color: rgb(221,78,24); }
td.TdClassName
{
border-color: #DD4E18;
}
.TagClassName
{
border-color: #DD4E18;
}
</style>