Html Css Color HEX #DF4414 Harley Davidson Orange
📋 copy color: '#DF4414'red 223 ◦ green 68 ◦ blue 20
Shades of Harley Davidson Orange #DF4414
Tints of Harley Davidson Orange #DF4414
RGB
CMYK
RGB Variations
Color information
#DF4414 (or 0xDF4414) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 14. RGB value is (223,68,20). Sum of RGB (Red+Green+Blue) = 223+68+20=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4414 is #20BBEB. Grayscale: #6D6D6D. Windows color (decimal): -2145260 or 1328351. OLE color: 1328351.
HSL color Cylindrical-coordinate representation of color #DF4414: hue angle of 14.19º 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 #DF4414 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.13 |
| HSL | 14.19º | 0.84% | 0.48% | - |
| HSV(B) | 14.19º | 0.91% | 0.87% | - |
| XYZ | 32.62 | 19.87 | 2.78 | - |
| YUV | 108.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 20 | 0 | 0.70 | 0.91 | 0.13 | 14.19 | 0.84 | 0.48 |
| Hex | DF | 44 | 14 | 0 | 46 | 5B | D | E | 54 | 30 |
| Octal | 337 | 104 | 24 | 0 | 106 | 133 | 15 | 16 | 124 | 60 |
| Binary | 11011111 | 1000100 | 10100 | 0 | 1000110 | 1011011 | 1101 | 1110 | 1010100 | 110000 |
Color Harmonies of #DF4414
Complementary color
Monochromatic Colors of #DF4414
Black with #DF4414
Text Example
Text Example
White with #DF4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4414; }
p { color: rgb(223,68,20); }
H1.HeaderClassName
{
color: #DF4414;
}
.AnyTagClassName
{
color: #DF4414;
}
</style>
background-color css
<style>
a { background-color: #DF4414; }
a { background-color: rgb(223,68,20); }
div.DivClassName
{
background-color: #DF4414;
}
.BgClassName
{
background-color: #DF4414;
}
</style>
border-color css
<style>
span { border-color: #DF4414; }
span { border-color: rgb(223,68,20); }
td.TdClassName
{
border-color: #DF4414;
}
.TagClassName
{
border-color: #DF4414;
}
</style>