Html Css Color HEX #DF4009 Harley Davidson Orange
📋 copy color: '#DF4009'red 223 ◦ green 64 ◦ blue 9
Shades of Harley Davidson Orange #DF4009
Tints of Harley Davidson Orange #DF4009
RGB
CMYK
RGB Variations
Color information
#DF4009 (or 0xDF4009) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 09. RGB value is (223,64,9). Sum of RGB (Red+Green+Blue) = 223+64+9=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4009 is #20BFF6. Grayscale: #696969. Windows color (decimal): -2146295 or 606431. OLE color: 606431.
HSL color Cylindrical-coordinate representation of color #DF4009: hue angle of 15.42º 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 #DF4009 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.13 |
| HSL | 15.42º | 0.92% | 0.45% | - |
| HSV(B) | 15.42º | 0.96% | 0.87% | - |
| XYZ | 32.31 | 19.37 | 2.29 | - |
| YUV | 105.27 | 73.68 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 9 | 0 | 0.71 | 0.96 | 0.13 | 15.42 | 0.92 | 0.45 |
| Hex | DF | 40 | 9 | 0 | 47 | 60 | D | F | 5C | 2D |
| Octal | 337 | 100 | 11 | 0 | 107 | 140 | 15 | 17 | 134 | 55 |
| Binary | 11011111 | 1000000 | 1001 | 0 | 1000111 | 1100000 | 1101 | 1111 | 1011100 | 101101 |
Color Harmonies of #DF4009
Complementary color
Monochromatic Colors of #DF4009
Black with #DF4009
Text Example
Text Example
White with #DF4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4009; }
p { color: rgb(223,64,9); }
H1.HeaderClassName
{
color: #DF4009;
}
.AnyTagClassName
{
color: #DF4009;
}
</style>
background-color css
<style>
a { background-color: #DF4009; }
a { background-color: rgb(223,64,9); }
div.DivClassName
{
background-color: #DF4009;
}
.BgClassName
{
background-color: #DF4009;
}
</style>
border-color css
<style>
span { border-color: #DF4009; }
span { border-color: rgb(223,64,9); }
td.TdClassName
{
border-color: #DF4009;
}
.TagClassName
{
border-color: #DF4009;
}
</style>