Html Css Color HEX #DF3709 Harley Davidson Orange
📋 copy color: '#DF3709'red 223 ◦ green 55 ◦ blue 9
Shades of Harley Davidson Orange #DF3709
Tints of Harley Davidson Orange #DF3709
RGB
CMYK
RGB Variations
Color information
#DF3709 (or 0xDF3709) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 09. RGB value is (223,55,9). Sum of RGB (Red+Green+Blue) = 223+55+9=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3709 is #20C8F6. Grayscale: #646464. Windows color (decimal): -2148599 or 604127. OLE color: 604127.
HSL color Cylindrical-coordinate representation of color #DF3709: hue angle of 12.9º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF3709 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.13 |
| HSL | 12.9º | 0.92% | 0.45% | - |
| HSV(B) | 12.9º | 0.96% | 0.87% | - |
| XYZ | 31.85 | 18.44 | 2.14 | - |
| YUV | 99.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 9 | 0 | 0.75 | 0.96 | 0.13 | 12.9 | 0.92 | 0.45 |
| Hex | DF | 37 | 9 | 0 | 4B | 60 | D | D | 5C | 2D |
| Octal | 337 | 67 | 11 | 0 | 113 | 140 | 15 | 15 | 134 | 55 |
| Binary | 11011111 | 110111 | 1001 | 0 | 1001011 | 1100000 | 1101 | 1101 | 1011100 | 101101 |
Color Harmonies of #DF3709
Complementary color
Monochromatic Colors of #DF3709
Black with #DF3709
Text Example
Text Example
White with #DF3709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3709; }
p { color: rgb(223,55,9); }
H1.HeaderClassName
{
color: #DF3709;
}
.AnyTagClassName
{
color: #DF3709;
}
</style>
background-color css
<style>
a { background-color: #DF3709; }
a { background-color: rgb(223,55,9); }
div.DivClassName
{
background-color: #DF3709;
}
.BgClassName
{
background-color: #DF3709;
}
</style>
border-color css
<style>
span { border-color: #DF3709; }
span { border-color: rgb(223,55,9); }
td.TdClassName
{
border-color: #DF3709;
}
.TagClassName
{
border-color: #DF3709;
}
</style>