Html Css Color HEX #DF4314 Harley Davidson Orange
📋 copy color: '#DF4314'red 223 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #DF4314
Tints of Harley Davidson Orange #DF4314
RGB
CMYK
RGB Variations
Color information
#DF4314 (or 0xDF4314) is known color: Harley Davidson Orange. HEX triplet: DF, 43 and 14. RGB value is (223,67,20). Sum of RGB (Red+Green+Blue) = 223+67+20=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4314 is #20BCEB. Grayscale: #6C6C6C. Windows color (decimal): -2145516 or 1328095. OLE color: 1328095.
HSL color Cylindrical-coordinate representation of color #DF4314: hue angle of 13.89º 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 #DF4314 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.13 |
| HSL | 13.89º | 0.84% | 0.48% | - |
| HSV(B) | 13.89º | 0.91% | 0.87% | - |
| XYZ | 32.56 | 19.75 | 2.76 | - |
| YUV | 108.29 | 78.18 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 20 | 0 | 0.70 | 0.91 | 0.13 | 13.89 | 0.84 | 0.48 |
| Hex | DF | 43 | 14 | 0 | 46 | 5B | D | E | 54 | 30 |
| Octal | 337 | 103 | 24 | 0 | 106 | 133 | 15 | 16 | 124 | 60 |
| Binary | 11011111 | 1000011 | 10100 | 0 | 1000110 | 1011011 | 1101 | 1110 | 1010100 | 110000 |
Color Harmonies of #DF4314
Complementary color
Monochromatic Colors of #DF4314
Black with #DF4314
Text Example
Text Example
White with #DF4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4314; }
p { color: rgb(223,67,20); }
H1.HeaderClassName
{
color: #DF4314;
}
.AnyTagClassName
{
color: #DF4314;
}
</style>
background-color css
<style>
a { background-color: #DF4314; }
a { background-color: rgb(223,67,20); }
div.DivClassName
{
background-color: #DF4314;
}
.BgClassName
{
background-color: #DF4314;
}
</style>
border-color css
<style>
span { border-color: #DF4314; }
span { border-color: rgb(223,67,20); }
td.TdClassName
{
border-color: #DF4314;
}
.TagClassName
{
border-color: #DF4314;
}
</style>