Shades of Persimmon #DD5303
Tints of Persimmon #DD5303
RGB
CMYK
RGB Variations
Color information
#DD5303 (or 0xDD5303) is known color: Persimmon. HEX triplet: DD, 53 and 03. RGB value is (221,83,3). Sum of RGB (Red+Green+Blue) = 221+83+3=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5303 is #22ACFC. Grayscale: #737373. Windows color (decimal): -2272509 or 218077. OLE color: 218077.
HSL color Cylindrical-coordinate representation of color #DD5303: hue angle of 22.02º 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 #DD5303 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.13 |
| HSL | 22.02º | 0.97% | 0.44% | - |
| HSV(B) | 22.02º | 0.99% | 0.87% | - |
| XYZ | 32.93 | 21.57 | 2.51 | - |
| YUV | 115.14 | 64.72 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 3 | 0 | 0.62 | 0.99 | 0.13 | 22.02 | 0.97 | 0.44 |
| Hex | DD | 53 | 3 | 0 | 3E | 63 | D | 16 | 61 | 2C |
| Octal | 335 | 123 | 3 | 0 | 76 | 143 | 15 | 26 | 141 | 54 |
| Binary | 11011101 | 1010011 | 11 | 0 | 111110 | 1100011 | 1101 | 10110 | 1100001 | 101100 |
Color Harmonies of #DD5303
Complementary color
Monochromatic Colors of #DD5303
Black with #DD5303
Text Example
Text Example
White with #DD5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5303; }
p { color: rgb(221,83,3); }
H1.HeaderClassName
{
color: #DD5303;
}
.AnyTagClassName
{
color: #DD5303;
}
</style>
background-color css
<style>
a { background-color: #DD5303; }
a { background-color: rgb(221,83,3); }
div.DivClassName
{
background-color: #DD5303;
}
.BgClassName
{
background-color: #DD5303;
}
</style>
border-color css
<style>
span { border-color: #DD5303; }
span { border-color: rgb(221,83,3); }
td.TdClassName
{
border-color: #DD5303;
}
.TagClassName
{
border-color: #DD5303;
}
</style>