Shades of Persimmon #DF450B
Tints of Persimmon #DF450B
RGB
CMYK
RGB Variations
Color information
#DF450B (or 0xDF450B) is known color: Persimmon. HEX triplet: DF, 45 and 0B. RGB value is (223,69,11). Sum of RGB (Red+Green+Blue) = 223+69+11=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF450B is #20BAF4. Grayscale: #6C6C6C. Windows color (decimal): -2145013 or 738783. OLE color: 738783.
HSL color Cylindrical-coordinate representation of color #DF450B: hue angle of 16.42º 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 #DF450B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.13 |
| HSL | 16.42º | 0.91% | 0.46% | - |
| HSV(B) | 16.42º | 0.95% | 0.87% | - |
| XYZ | 32.62 | 19.97 | 2.45 | - |
| YUV | 108.43 | 73.02 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 11 | 0 | 0.69 | 0.95 | 0.13 | 16.42 | 0.91 | 0.46 |
| Hex | DF | 45 | B | 0 | 45 | 5F | D | 10 | 5B | 2E |
| Octal | 337 | 105 | 13 | 0 | 105 | 137 | 15 | 20 | 133 | 56 |
| Binary | 11011111 | 1000101 | 1011 | 0 | 1000101 | 1011111 | 1101 | 10000 | 1011011 | 101110 |
Color Harmonies of #DF450B
Complementary color
Monochromatic Colors of #DF450B
Black with #DF450B
Text Example
Text Example
White with #DF450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF450B; }
p { color: rgb(223,69,11); }
H1.HeaderClassName
{
color: #DF450B;
}
.AnyTagClassName
{
color: #DF450B;
}
</style>
background-color css
<style>
a { background-color: #DF450B; }
a { background-color: rgb(223,69,11); }
div.DivClassName
{
background-color: #DF450B;
}
.BgClassName
{
background-color: #DF450B;
}
</style>
border-color css
<style>
span { border-color: #DF450B; }
span { border-color: rgb(223,69,11); }
td.TdClassName
{
border-color: #DF450B;
}
.TagClassName
{
border-color: #DF450B;
}
</style>