Shades of Persimmon #DE550D
Tints of Persimmon #DE550D
RGB
CMYK
RGB Variations
Color information
#DE550D (or 0xDE550D) is known color: Persimmon. HEX triplet: DE, 55 and 0D. RGB value is (222,85,13). Sum of RGB (Red+Green+Blue) = 222+85+13=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE550D is #21AAF2. Grayscale: #767676. Windows color (decimal): -2206451 or 873950. OLE color: 873950.
HSL color Cylindrical-coordinate representation of color #DE550D: hue angle of 20.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE550D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.13 |
| HSL | 20.67º | 0.89% | 0.46% | - |
| HSV(B) | 20.67º | 0.94% | 0.87% | - |
| XYZ | 33.45 | 22.06 | 2.88 | - |
| YUV | 117.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 13 | 0 | 0.62 | 0.94 | 0.13 | 20.67 | 0.89 | 0.46 |
| Hex | DE | 55 | D | 0 | 3E | 5E | D | 15 | 59 | 2E |
| Octal | 336 | 125 | 15 | 0 | 76 | 136 | 15 | 25 | 131 | 56 |
| Binary | 11011110 | 1010101 | 1101 | 0 | 111110 | 1011110 | 1101 | 10101 | 1011001 | 101110 |
Color Harmonies of #DE550D
Complementary color
Monochromatic Colors of #DE550D
Black with #DE550D
Text Example
Text Example
White with #DE550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE550D; }
p { color: rgb(222,85,13); }
H1.HeaderClassName
{
color: #DE550D;
}
.AnyTagClassName
{
color: #DE550D;
}
</style>
background-color css
<style>
a { background-color: #DE550D; }
a { background-color: rgb(222,85,13); }
div.DivClassName
{
background-color: #DE550D;
}
.BgClassName
{
background-color: #DE550D;
}
</style>
border-color css
<style>
span { border-color: #DE550D; }
span { border-color: rgb(222,85,13); }
td.TdClassName
{
border-color: #DE550D;
}
.TagClassName
{
border-color: #DE550D;
}
</style>