Html Css Color HEX #DF3E17 Harley Davidson Orange
📋 copy color: '#DF3E17'red 223 ◦ green 62 ◦ blue 23
Shades of Harley Davidson Orange #DF3E17
Tints of Harley Davidson Orange #DF3E17
RGB
CMYK
RGB Variations
Color information
#DF3E17 (or 0xDF3E17) is known color: Harley Davidson Orange. HEX triplet: DF, 3E and 17. RGB value is (223,62,23). Sum of RGB (Red+Green+Blue) = 223+62+23=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3E17 is #20C1E8. Grayscale: #6A6A6A. Windows color (decimal): -2146793 or 1523423. OLE color: 1523423.
HSL color Cylindrical-coordinate representation of color #DF3E17: hue angle of 11.7º degrees, saturation: 0.81, 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 #DF3E17 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 23 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.13 |
| HSL | 11.7º | 0.81% | 0.48% | - |
| HSV(B) | 11.7º | 0.9% | 0.87% | - |
| XYZ | 32.31 | 19.2 | 2.81 | - |
| YUV | 105.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 23 | 0 | 0.72 | 0.90 | 0.13 | 11.7 | 0.81 | 0.48 |
| Hex | DF | 3E | 17 | 0 | 48 | 5A | D | C | 51 | 30 |
| Octal | 337 | 76 | 27 | 0 | 110 | 132 | 15 | 14 | 121 | 60 |
| Binary | 11011111 | 111110 | 10111 | 0 | 1001000 | 1011010 | 1101 | 1100 | 1010001 | 110000 |
Color Harmonies of #DF3E17
Complementary color
Monochromatic Colors of #DF3E17
Black with #DF3E17
Text Example
Text Example
White with #DF3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E17; }
p { color: rgb(223,62,23); }
H1.HeaderClassName
{
color: #DF3E17;
}
.AnyTagClassName
{
color: #DF3E17;
}
</style>
background-color css
<style>
a { background-color: #DF3E17; }
a { background-color: rgb(223,62,23); }
div.DivClassName
{
background-color: #DF3E17;
}
.BgClassName
{
background-color: #DF3E17;
}
</style>
border-color css
<style>
span { border-color: #DF3E17; }
span { border-color: rgb(223,62,23); }
td.TdClassName
{
border-color: #DF3E17;
}
.TagClassName
{
border-color: #DF3E17;
}
</style>