Shades of Persimmon #DE4200
Tints of Persimmon #DE4200
RGB
CMYK
RGB Variations
Color information
#DE4200 (or 0xDE4200) is known color: Persimmon. HEX triplet: DE, 42 and 00. RGB value is (222,66,0). Sum of RGB (Red+Green+Blue) = 222+66+0=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4200 is #21BDFF. Grayscale: #696969. Windows color (decimal): -2211328 or 17118. OLE color: 17118.
HSL color Cylindrical-coordinate representation of color #DE4200: hue angle of 17.84º 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 #DE4200 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.13 |
| HSL | 17.84º | 1% | 0.44% | - |
| HSV(B) | 17.84º | 1% | 0.87% | - |
| XYZ | 32.07 | 19.43 | 2.06 | - |
| YUV | 105.12 | 68.68 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 0 | 0 | 0.70 | 1 | 0.13 | 17.84 | 1 | 0.44 |
| Hex | DE | 42 | 0 | 0 | 46 | 64 | D | 12 | 64 | 2C |
| Octal | 336 | 102 | 0 | 0 | 106 | 144 | 15 | 22 | 144 | 54 |
| Binary | 11011110 | 1000010 | 0 | 0 | 1000110 | 1100100 | 1101 | 10010 | 1100100 | 101100 |
Color Harmonies of #DE4200
Complementary color
Monochromatic Colors of #DE4200
Black with #DE4200
Text Example
Text Example
White with #DE4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4200; }
p { color: rgb(222,66,0); }
H1.HeaderClassName
{
color: #DE4200;
}
.AnyTagClassName
{
color: #DE4200;
}
</style>
background-color css
<style>
a { background-color: #DE4200; }
a { background-color: rgb(222,66,0); }
div.DivClassName
{
background-color: #DE4200;
}
.BgClassName
{
background-color: #DE4200;
}
</style>
border-color css
<style>
span { border-color: #DE4200; }
span { border-color: rgb(222,66,0); }
td.TdClassName
{
border-color: #DE4200;
}
.TagClassName
{
border-color: #DE4200;
}
</style>