Shades of Persimmon #DE490B
Tints of Persimmon #DE490B
RGB
CMYK
RGB Variations
Color information
#DE490B (or 0xDE490B) is known color: Persimmon. HEX triplet: DE, 49 and 0B. RGB value is (222,73,11). Sum of RGB (Red+Green+Blue) = 222+73+11=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE490B is #21B6F4. Grayscale: #6E6E6E. Windows color (decimal): -2209525 or 739806. OLE color: 739806.
HSL color Cylindrical-coordinate representation of color #DE490B: hue angle of 17.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE490B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.13 |
| HSL | 17.63º | 0.91% | 0.46% | - |
| HSV(B) | 17.63º | 0.95% | 0.87% | - |
| XYZ | 32.57 | 20.32 | 2.52 | - |
| YUV | 110.48 | 71.86 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 11 | 0 | 0.67 | 0.95 | 0.13 | 17.63 | 0.91 | 0.46 |
| Hex | DE | 49 | B | 0 | 43 | 5F | D | 12 | 5B | 2E |
| Octal | 336 | 111 | 13 | 0 | 103 | 137 | 15 | 22 | 133 | 56 |
| Binary | 11011110 | 1001001 | 1011 | 0 | 1000011 | 1011111 | 1101 | 10010 | 1011011 | 101110 |
Color Harmonies of #DE490B
Complementary color
Monochromatic Colors of #DE490B
Black with #DE490B
Text Example
Text Example
White with #DE490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE490B; }
p { color: rgb(222,73,11); }
H1.HeaderClassName
{
color: #DE490B;
}
.AnyTagClassName
{
color: #DE490B;
}
</style>
background-color css
<style>
a { background-color: #DE490B; }
a { background-color: rgb(222,73,11); }
div.DivClassName
{
background-color: #DE490B;
}
.BgClassName
{
background-color: #DE490B;
}
</style>
border-color css
<style>
span { border-color: #DE490B; }
span { border-color: rgb(222,73,11); }
td.TdClassName
{
border-color: #DE490B;
}
.TagClassName
{
border-color: #DE490B;
}
</style>