Shades of Persimmon #DD5313
Tints of Persimmon #DD5313
RGB
CMYK
RGB Variations
Color information
#DD5313 (or 0xDD5313) is known color: Persimmon. HEX triplet: DD, 53 and 13. RGB value is (221,83,19). Sum of RGB (Red+Green+Blue) = 221+83+19=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5313 is #22ACEC. Grayscale: #757575. Windows color (decimal): -2272493 or 1266653. OLE color: 1266653.
HSL color Cylindrical-coordinate representation of color #DD5313: hue angle of 19.01º 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 #DD5313 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.13 |
| HSL | 19.01º | 0.84% | 0.47% | - |
| HSV(B) | 19.01º | 0.91% | 0.87% | - |
| XYZ | 33.03 | 21.61 | 3.05 | - |
| YUV | 116.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 19 | 0 | 0.62 | 0.91 | 0.13 | 19.01 | 0.84 | 0.47 |
| Hex | DD | 53 | 13 | 0 | 3E | 5B | D | 13 | 54 | 2F |
| Octal | 335 | 123 | 23 | 0 | 76 | 133 | 15 | 23 | 124 | 57 |
| Binary | 11011101 | 1010011 | 10011 | 0 | 111110 | 1011011 | 1101 | 10011 | 1010100 | 101111 |
Color Harmonies of #DD5313
Complementary color
Monochromatic Colors of #DD5313
Black with #DD5313
Text Example
Text Example
White with #DD5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5313; }
p { color: rgb(221,83,19); }
H1.HeaderClassName
{
color: #DD5313;
}
.AnyTagClassName
{
color: #DD5313;
}
</style>
background-color css
<style>
a { background-color: #DD5313; }
a { background-color: rgb(221,83,19); }
div.DivClassName
{
background-color: #DD5313;
}
.BgClassName
{
background-color: #DD5313;
}
</style>
border-color css
<style>
span { border-color: #DD5313; }
span { border-color: rgb(221,83,19); }
td.TdClassName
{
border-color: #DD5313;
}
.TagClassName
{
border-color: #DD5313;
}
</style>