Shades of Persimmon #DD4002
Tints of Persimmon #DD4002
RGB
CMYK
RGB Variations
Color information
#DD4002 (or 0xDD4002) is known color: Persimmon. HEX triplet: DD, 40 and 02. RGB value is (221,64,2). Sum of RGB (Red+Green+Blue) = 221+64+2=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4002 is #22BFFD. Grayscale: #686868. Windows color (decimal): -2277374 or 147677. OLE color: 147677.
HSL color Cylindrical-coordinate representation of color #DD4002: hue angle of 16.99º 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 #DD4002 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.13 |
| HSL | 16.99º | 0.98% | 0.44% | - |
| HSV(B) | 16.99º | 0.99% | 0.87% | - |
| XYZ | 31.66 | 19.04 | 2.06 | - |
| YUV | 103.88 | 70.51 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 2 | 0 | 0.71 | 0.99 | 0.13 | 16.99 | 0.98 | 0.44 |
| Hex | DD | 40 | 2 | 0 | 47 | 63 | D | 11 | 62 | 2C |
| Octal | 335 | 100 | 2 | 0 | 107 | 143 | 15 | 21 | 142 | 54 |
| Binary | 11011101 | 1000000 | 10 | 0 | 1000111 | 1100011 | 1101 | 10001 | 1100010 | 101100 |
Color Harmonies of #DD4002
Complementary color
Monochromatic Colors of #DD4002
Black with #DD4002
Text Example
Text Example
White with #DD4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4002; }
p { color: rgb(221,64,2); }
H1.HeaderClassName
{
color: #DD4002;
}
.AnyTagClassName
{
color: #DD4002;
}
</style>
background-color css
<style>
a { background-color: #DD4002; }
a { background-color: rgb(221,64,2); }
div.DivClassName
{
background-color: #DD4002;
}
.BgClassName
{
background-color: #DD4002;
}
</style>
border-color css
<style>
span { border-color: #DD4002; }
span { border-color: rgb(221,64,2); }
td.TdClassName
{
border-color: #DD4002;
}
.TagClassName
{
border-color: #DD4002;
}
</style>