Shades of Persimmon #DF450C
Tints of Persimmon #DF450C
RGB
CMYK
RGB Variations
Color information
#DF450C (or 0xDF450C) is known color: Persimmon. HEX triplet: DF, 45 and 0C. RGB value is (223,69,12). Sum of RGB (Red+Green+Blue) = 223+69+12=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF450C is #20BAF3. Grayscale: #6C6C6C. Windows color (decimal): -2145012 or 804319. OLE color: 804319.
HSL color Cylindrical-coordinate representation of color #DF450C: hue angle of 16.21º degrees, saturation: 0.9, 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 #DF450C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.13 |
| HSL | 16.21º | 0.9% | 0.46% | - |
| HSV(B) | 16.21º | 0.95% | 0.87% | - |
| XYZ | 32.63 | 19.97 | 2.48 | - |
| YUV | 108.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 12 | 0 | 0.69 | 0.95 | 0.13 | 16.21 | 0.9 | 0.46 |
| Hex | DF | 45 | C | 0 | 45 | 5F | D | 10 | 5A | 2E |
| Octal | 337 | 105 | 14 | 0 | 105 | 137 | 15 | 20 | 132 | 56 |
| Binary | 11011111 | 1000101 | 1100 | 0 | 1000101 | 1011111 | 1101 | 10000 | 1011010 | 101110 |
Color Harmonies of #DF450C
Complementary color
Monochromatic Colors of #DF450C
Black with #DF450C
Text Example
Text Example
White with #DF450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF450C; }
p { color: rgb(223,69,12); }
H1.HeaderClassName
{
color: #DF450C;
}
.AnyTagClassName
{
color: #DF450C;
}
</style>
background-color css
<style>
a { background-color: #DF450C; }
a { background-color: rgb(223,69,12); }
div.DivClassName
{
background-color: #DF450C;
}
.BgClassName
{
background-color: #DF450C;
}
</style>
border-color css
<style>
span { border-color: #DF450C; }
span { border-color: rgb(223,69,12); }
td.TdClassName
{
border-color: #DF450C;
}
.TagClassName
{
border-color: #DF450C;
}
</style>