Shades of Persimmon #DD3F00
Tints of Persimmon #DD3F00
RGB
CMYK
RGB Variations
Color information
#DD3F00 (or 0xDD3F00) is known color: Persimmon. HEX triplet: DD, 3F and 00. RGB value is (221,63,0). Sum of RGB (Red+Green+Blue) = 221+63+0=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F00 is #22C0FF. Grayscale: #676767. Windows color (decimal): -2277632 or 16349. OLE color: 16349.
HSL color Cylindrical-coordinate representation of color #DD3F00: hue angle of 17.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD3F00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.13 |
| HSL | 17.1º | 1% | 0.43% | - |
| HSV(B) | 17.1º | 1% | 0.87% | - |
| XYZ | 31.6 | 18.93 | 1.99 | - |
| YUV | 103.06 | 69.85 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 0 | 0 | 0.71 | 1 | 0.13 | 17.1 | 1 | 0.43 |
| Hex | DD | 3F | 0 | 0 | 47 | 64 | D | 11 | 64 | 2B |
| Octal | 335 | 77 | 0 | 0 | 107 | 144 | 15 | 21 | 144 | 53 |
| Binary | 11011101 | 111111 | 0 | 0 | 1000111 | 1100100 | 1101 | 10001 | 1100100 | 101011 |
Color Harmonies of #DD3F00
Complementary color
Monochromatic Colors of #DD3F00
Black with #DD3F00
Text Example
Text Example
White with #DD3F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F00; }
p { color: rgb(221,63,0); }
H1.HeaderClassName
{
color: #DD3F00;
}
.AnyTagClassName
{
color: #DD3F00;
}
</style>
background-color css
<style>
a { background-color: #DD3F00; }
a { background-color: rgb(221,63,0); }
div.DivClassName
{
background-color: #DD3F00;
}
.BgClassName
{
background-color: #DD3F00;
}
</style>
border-color css
<style>
span { border-color: #DD3F00; }
span { border-color: rgb(221,63,0); }
td.TdClassName
{
border-color: #DD3F00;
}
.TagClassName
{
border-color: #DD3F00;
}
</style>