Html Css Color HEX #DF4713 Harley Davidson Orange
📋 copy color: '#DF4713'red 223 ◦ green 71 ◦ blue 19
Shades of Harley Davidson Orange #DF4713
Tints of Harley Davidson Orange #DF4713
RGB
CMYK
RGB Variations
Color information
#DF4713 (or 0xDF4713) is known color: Harley Davidson Orange. HEX triplet: DF, 47 and 13. RGB value is (223,71,19). Sum of RGB (Red+Green+Blue) = 223+71+19=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4713 is #20B8EC. Grayscale: #6E6E6E. Windows color (decimal): -2144493 or 1263583. OLE color: 1263583.
HSL color Cylindrical-coordinate representation of color #DF4713: hue angle of 15.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF4713 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.13 |
| HSL | 15.29º | 0.84% | 0.47% | - |
| HSV(B) | 15.29º | 0.91% | 0.87% | - |
| XYZ | 32.8 | 20.24 | 2.79 | - |
| YUV | 110.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 19 | 0 | 0.68 | 0.91 | 0.13 | 15.29 | 0.84 | 0.47 |
| Hex | DF | 47 | 13 | 0 | 44 | 5B | D | F | 54 | 2F |
| Octal | 337 | 107 | 23 | 0 | 104 | 133 | 15 | 17 | 124 | 57 |
| Binary | 11011111 | 1000111 | 10011 | 0 | 1000100 | 1011011 | 1101 | 1111 | 1010100 | 101111 |
Color Harmonies of #DF4713
Complementary color
Monochromatic Colors of #DF4713
Black with #DF4713
Text Example
Text Example
White with #DF4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4713; }
p { color: rgb(223,71,19); }
H1.HeaderClassName
{
color: #DF4713;
}
.AnyTagClassName
{
color: #DF4713;
}
</style>
background-color css
<style>
a { background-color: #DF4713; }
a { background-color: rgb(223,71,19); }
div.DivClassName
{
background-color: #DF4713;
}
.BgClassName
{
background-color: #DF4713;
}
</style>
border-color css
<style>
span { border-color: #DF4713; }
span { border-color: rgb(223,71,19); }
td.TdClassName
{
border-color: #DF4713;
}
.TagClassName
{
border-color: #DF4713;
}
</style>