Html Css Color HEX #DF4416 Harley Davidson Orange
📋 copy color: '#DF4416'red 223 ◦ green 68 ◦ blue 22
Shades of Harley Davidson Orange #DF4416
Tints of Harley Davidson Orange #DF4416
RGB
CMYK
RGB Variations
Color information
#DF4416 (or 0xDF4416) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 16. RGB value is (223,68,22). Sum of RGB (Red+Green+Blue) = 223+68+22=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4416 is #20BBE9. Grayscale: #6D6D6D. Windows color (decimal): -2145258 or 1459423. OLE color: 1459423.
HSL color Cylindrical-coordinate representation of color #DF4416: hue angle of 13.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF4416 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.13 |
| HSL | 13.73º | 0.82% | 0.48% | - |
| HSV(B) | 13.73º | 0.9% | 0.87% | - |
| XYZ | 32.64 | 19.88 | 2.88 | - |
| YUV | 109.1 | 78.85 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 22 | 0 | 0.70 | 0.90 | 0.13 | 13.73 | 0.82 | 0.48 |
| Hex | DF | 44 | 16 | 0 | 46 | 5A | D | E | 52 | 30 |
| Octal | 337 | 104 | 26 | 0 | 106 | 132 | 15 | 16 | 122 | 60 |
| Binary | 11011111 | 1000100 | 10110 | 0 | 1000110 | 1011010 | 1101 | 1110 | 1010010 | 110000 |
Color Harmonies of #DF4416
Complementary color
Monochromatic Colors of #DF4416
Black with #DF4416
Text Example
Text Example
White with #DF4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4416; }
p { color: rgb(223,68,22); }
H1.HeaderClassName
{
color: #DF4416;
}
.AnyTagClassName
{
color: #DF4416;
}
</style>
background-color css
<style>
a { background-color: #DF4416; }
a { background-color: rgb(223,68,22); }
div.DivClassName
{
background-color: #DF4416;
}
.BgClassName
{
background-color: #DF4416;
}
</style>
border-color css
<style>
span { border-color: #DF4416; }
span { border-color: rgb(223,68,22); }
td.TdClassName
{
border-color: #DF4416;
}
.TagClassName
{
border-color: #DF4416;
}
</style>