Shades of Persimmon #DE4509
Tints of Persimmon #DE4509
RGB
CMYK
RGB Variations
Color information
#DE4509 (or 0xDE4509) is known color: Persimmon. HEX triplet: DE, 45 and 09. RGB value is (222,69,9). Sum of RGB (Red+Green+Blue) = 222+69+9=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4509 is #21BAF6. Grayscale: #6C6C6C. Windows color (decimal): -2210551 or 607710. OLE color: 607710.
HSL color Cylindrical-coordinate representation of color #DE4509: hue angle of 16.9º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE4509 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 69 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.13 |
| HSL | 16.9º | 0.92% | 0.45% | - |
| HSV(B) | 16.9º | 0.96% | 0.87% | - |
| XYZ | 32.3 | 19.81 | 2.38 | - |
| YUV | 107.91 | 72.19 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 69 | 9 | 0 | 0.69 | 0.96 | 0.13 | 16.9 | 0.92 | 0.45 |
| Hex | DE | 45 | 9 | 0 | 45 | 60 | D | 11 | 5C | 2D |
| Octal | 336 | 105 | 11 | 0 | 105 | 140 | 15 | 21 | 134 | 55 |
| Binary | 11011110 | 1000101 | 1001 | 0 | 1000101 | 1100000 | 1101 | 10001 | 1011100 | 101101 |
Color Harmonies of #DE4509
Complementary color
Monochromatic Colors of #DE4509
Black with #DE4509
Text Example
Text Example
White with #DE4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4509; }
p { color: rgb(222,69,9); }
H1.HeaderClassName
{
color: #DE4509;
}
.AnyTagClassName
{
color: #DE4509;
}
</style>
background-color css
<style>
a { background-color: #DE4509; }
a { background-color: rgb(222,69,9); }
div.DivClassName
{
background-color: #DE4509;
}
.BgClassName
{
background-color: #DE4509;
}
</style>
border-color css
<style>
span { border-color: #DE4509; }
span { border-color: rgb(222,69,9); }
td.TdClassName
{
border-color: #DE4509;
}
.TagClassName
{
border-color: #DE4509;
}
</style>