Html Css Color HEX #DF4714 Harley Davidson Orange
📋 copy color: '#DF4714'red 223 ◦ green 71 ◦ blue 20
Shades of Harley Davidson Orange #DF4714
Tints of Harley Davidson Orange #DF4714
RGB
CMYK
RGB Variations
Color information
#DF4714 (or 0xDF4714) is known color: Harley Davidson Orange. HEX triplet: DF, 47 and 14. RGB value is (223,71,20). Sum of RGB (Red+Green+Blue) = 223+71+20=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4714 is #20B8EB. Grayscale: #6E6E6E. Windows color (decimal): -2144492 or 1329119. OLE color: 1329119.
HSL color Cylindrical-coordinate representation of color #DF4714: hue angle of 15.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF4714 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.13 |
| HSL | 15.07º | 0.84% | 0.48% | - |
| HSV(B) | 15.07º | 0.91% | 0.87% | - |
| XYZ | 32.81 | 20.24 | 2.84 | - |
| YUV | 110.63 | 76.86 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 20 | 0 | 0.68 | 0.91 | 0.13 | 15.07 | 0.84 | 0.48 |
| Hex | DF | 47 | 14 | 0 | 44 | 5B | D | F | 54 | 30 |
| Octal | 337 | 107 | 24 | 0 | 104 | 133 | 15 | 17 | 124 | 60 |
| Binary | 11011111 | 1000111 | 10100 | 0 | 1000100 | 1011011 | 1101 | 1111 | 1010100 | 110000 |
Color Harmonies of #DF4714
Complementary color
Monochromatic Colors of #DF4714
Black with #DF4714
Text Example
Text Example
White with #DF4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4714; }
p { color: rgb(223,71,20); }
H1.HeaderClassName
{
color: #DF4714;
}
.AnyTagClassName
{
color: #DF4714;
}
</style>
background-color css
<style>
a { background-color: #DF4714; }
a { background-color: rgb(223,71,20); }
div.DivClassName
{
background-color: #DF4714;
}
.BgClassName
{
background-color: #DF4714;
}
</style>
border-color css
<style>
span { border-color: #DF4714; }
span { border-color: rgb(223,71,20); }
td.TdClassName
{
border-color: #DF4714;
}
.TagClassName
{
border-color: #DF4714;
}
</style>