Html Css Color HEX #D94009 Harley Davidson Orange
📋 copy color: '#D94009'red 217 ◦ green 64 ◦ blue 9
Shades of Harley Davidson Orange #D94009
Tints of Harley Davidson Orange #D94009
RGB
CMYK
RGB Variations
Color information
#D94009 (or 0xD94009) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 09. RGB value is (217,64,9). Sum of RGB (Red+Green+Blue) = 217+64+9=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D94009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94009 is #26BFF6. Grayscale: #676767. Windows color (decimal): -2539511 or 606425. OLE color: 606425.
HSL color Cylindrical-coordinate representation of color #D94009: hue angle of 15.87º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D94009 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.15 |
| HSL | 15.87º | 0.92% | 0.44% | - |
| HSV(B) | 15.87º | 0.96% | 0.85% | - |
| XYZ | 30.5 | 18.44 | 2.21 | - |
| YUV | 103.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 9 | 0 | 0.71 | 0.96 | 0.15 | 15.87 | 0.92 | 0.44 |
| Hex | D9 | 40 | 9 | 0 | 47 | 60 | F | 10 | 5C | 2C |
| Octal | 331 | 100 | 11 | 0 | 107 | 140 | 17 | 20 | 134 | 54 |
| Binary | 11011001 | 1000000 | 1001 | 0 | 1000111 | 1100000 | 1111 | 10000 | 1011100 | 101100 |
Color Harmonies of #D94009
Complementary color
Monochromatic Colors of #D94009
Black with #D94009
Text Example
Text Example
White with #D94009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94009; }
p { color: rgb(217,64,9); }
H1.HeaderClassName
{
color: #D94009;
}
.AnyTagClassName
{
color: #D94009;
}
</style>
background-color css
<style>
a { background-color: #D94009; }
a { background-color: rgb(217,64,9); }
div.DivClassName
{
background-color: #D94009;
}
.BgClassName
{
background-color: #D94009;
}
</style>
border-color css
<style>
span { border-color: #D94009; }
span { border-color: rgb(217,64,9); }
td.TdClassName
{
border-color: #D94009;
}
.TagClassName
{
border-color: #D94009;
}
</style>