Shades of Persimmon #DE4400
Tints of Persimmon #DE4400
RGB
CMYK
RGB Variations
Color information
#DE4400 (or 0xDE4400) is known color: Persimmon. HEX triplet: DE, 44 and 00. RGB value is (222,68,0). Sum of RGB (Red+Green+Blue) = 222+68+0=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4400 is #21BBFF. Grayscale: #6A6A6A. Windows color (decimal): -2210816 or 17630. OLE color: 17630.
HSL color Cylindrical-coordinate representation of color #DE4400: hue angle of 18.38º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE4400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.13 |
| HSL | 18.38º | 1% | 0.44% | - |
| HSV(B) | 18.38º | 1% | 0.87% | - |
| XYZ | 32.19 | 19.66 | 2.1 | - |
| YUV | 106.29 | 68.02 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 0 | 0 | 0.69 | 1 | 0.13 | 18.38 | 1 | 0.44 |
| Hex | DE | 44 | 0 | 0 | 45 | 64 | D | 12 | 64 | 2C |
| Octal | 336 | 104 | 0 | 0 | 105 | 144 | 15 | 22 | 144 | 54 |
| Binary | 11011110 | 1000100 | 0 | 0 | 1000101 | 1100100 | 1101 | 10010 | 1100100 | 101100 |
Color Harmonies of #DE4400
Complementary color
Monochromatic Colors of #DE4400
Black with #DE4400
Text Example
Text Example
White with #DE4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4400; }
p { color: rgb(222,68,0); }
H1.HeaderClassName
{
color: #DE4400;
}
.AnyTagClassName
{
color: #DE4400;
}
</style>
background-color css
<style>
a { background-color: #DE4400; }
a { background-color: rgb(222,68,0); }
div.DivClassName
{
background-color: #DE4400;
}
.BgClassName
{
background-color: #DE4400;
}
</style>
border-color css
<style>
span { border-color: #DE4400; }
span { border-color: rgb(222,68,0); }
td.TdClassName
{
border-color: #DE4400;
}
.TagClassName
{
border-color: #DE4400;
}
</style>