Shades of Persimmon #DD4503
Tints of Persimmon #DD4503
RGB
CMYK
RGB Variations
Color information
#DD4503 (or 0xDD4503) is known color: Persimmon. HEX triplet: DD, 45 and 03. RGB value is (221,69,3). Sum of RGB (Red+Green+Blue) = 221+69+3=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4503 is #22BAFC. Grayscale: #6B6B6B. Windows color (decimal): -2276093 or 214493. OLE color: 214493.
HSL color Cylindrical-coordinate representation of color #DD4503: hue angle of 18.17º 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 #DD4503 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.13 |
| HSL | 18.17º | 0.97% | 0.44% | - |
| HSV(B) | 18.17º | 0.99% | 0.87% | - |
| XYZ | 31.96 | 19.63 | 2.19 | - |
| YUV | 106.92 | 69.36 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 3 | 0 | 0.69 | 0.99 | 0.13 | 18.17 | 0.97 | 0.44 |
| Hex | DD | 45 | 3 | 0 | 45 | 63 | D | 12 | 61 | 2C |
| Octal | 335 | 105 | 3 | 0 | 105 | 143 | 15 | 22 | 141 | 54 |
| Binary | 11011101 | 1000101 | 11 | 0 | 1000101 | 1100011 | 1101 | 10010 | 1100001 | 101100 |
Color Harmonies of #DD4503
Complementary color
Monochromatic Colors of #DD4503
Black with #DD4503
Text Example
Text Example
White with #DD4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4503; }
p { color: rgb(221,69,3); }
H1.HeaderClassName
{
color: #DD4503;
}
.AnyTagClassName
{
color: #DD4503;
}
</style>
background-color css
<style>
a { background-color: #DD4503; }
a { background-color: rgb(221,69,3); }
div.DivClassName
{
background-color: #DD4503;
}
.BgClassName
{
background-color: #DD4503;
}
</style>
border-color css
<style>
span { border-color: #DD4503; }
span { border-color: rgb(221,69,3); }
td.TdClassName
{
border-color: #DD4503;
}
.TagClassName
{
border-color: #DD4503;
}
</style>