Shades of Persimmon #DD4301
Tints of Persimmon #DD4301
RGB
CMYK
RGB Variations
Color information
#DD4301 (or 0xDD4301) is known color: Persimmon. HEX triplet: DD, 43 and 01. RGB value is (221,67,1). Sum of RGB (Red+Green+Blue) = 221+67+1=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4301 is #22BCFE. Grayscale: #696969. Windows color (decimal): -2276607 or 82909. OLE color: 82909.
HSL color Cylindrical-coordinate representation of color #DD4301: hue angle of 18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD4301 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.13 |
| HSL | 18º | 0.99% | 0.44% | - |
| HSV(B) | 18º | 1% | 0.87% | - |
| XYZ | 31.83 | 19.39 | 2.09 | - |
| YUV | 105.52 | 69.02 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 1 | 0 | 0.70 | 1.00 | 0.13 | 18 | 0.99 | 0.44 |
| Hex | DD | 43 | 1 | 0 | 46 | 64 | D | 12 | 63 | 2C |
| Octal | 335 | 103 | 1 | 0 | 106 | 144 | 15 | 22 | 143 | 54 |
| Binary | 11011101 | 1000011 | 1 | 0 | 1000110 | 1100100 | 1101 | 10010 | 1100011 | 101100 |
Color Harmonies of #DD4301
Complementary color
Monochromatic Colors of #DD4301
Black with #DD4301
Text Example
Text Example
White with #DD4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4301; }
p { color: rgb(221,67,1); }
H1.HeaderClassName
{
color: #DD4301;
}
.AnyTagClassName
{
color: #DD4301;
}
</style>
background-color css
<style>
a { background-color: #DD4301; }
a { background-color: rgb(221,67,1); }
div.DivClassName
{
background-color: #DD4301;
}
.BgClassName
{
background-color: #DD4301;
}
</style>
border-color css
<style>
span { border-color: #DD4301; }
span { border-color: rgb(221,67,1); }
td.TdClassName
{
border-color: #DD4301;
}
.TagClassName
{
border-color: #DD4301;
}
</style>