Html Css Color HEX #DF2009 Harley Davidson Orange
📋 copy color: '#DF2009'red 223 ◦ green 32 ◦ blue 9
Shades of Harley Davidson Orange #DF2009
Tints of Harley Davidson Orange #DF2009
RGB
CMYK
RGB Variations
Color information
#DF2009 (or 0xDF2009) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 09. RGB value is (223,32,9). Sum of RGB (Red+Green+Blue) = 223+32+9=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2009 is #20DFF6. Grayscale: #565656. Windows color (decimal): -2154487 or 598239. OLE color: 598239.
HSL color Cylindrical-coordinate representation of color #DF2009: hue angle of 6.45º 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 #DF2009 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.13 |
| HSL | 6.45º | 0.92% | 0.45% | - |
| HSV(B) | 6.45º | 0.96% | 0.87% | - |
| XYZ | 31 | 16.74 | 1.86 | - |
| YUV | 86.49 | 84.28 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 9 | 0 | 0.86 | 0.96 | 0.13 | 6.45 | 0.92 | 0.45 |
| Hex | DF | 20 | 9 | 0 | 56 | 60 | D | 6 | 5C | 2D |
| Octal | 337 | 40 | 11 | 0 | 126 | 140 | 15 | 6 | 134 | 55 |
| Binary | 11011111 | 100000 | 1001 | 0 | 1010110 | 1100000 | 1101 | 110 | 1011100 | 101101 |
Color Harmonies of #DF2009
Complementary color
Monochromatic Colors of #DF2009
Black with #DF2009
Text Example
Text Example
White with #DF2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2009; }
p { color: rgb(223,32,9); }
H1.HeaderClassName
{
color: #DF2009;
}
.AnyTagClassName
{
color: #DF2009;
}
</style>
background-color css
<style>
a { background-color: #DF2009; }
a { background-color: rgb(223,32,9); }
div.DivClassName
{
background-color: #DF2009;
}
.BgClassName
{
background-color: #DF2009;
}
</style>
border-color css
<style>
span { border-color: #DF2009; }
span { border-color: rgb(223,32,9); }
td.TdClassName
{
border-color: #DF2009;
}
.TagClassName
{
border-color: #DF2009;
}
</style>