Html Css Color HEX #D92A09 Harley Davidson Orange
📋 copy color: '#D92A09'red 217 ◦ green 42 ◦ blue 9
Shades of Harley Davidson Orange #D92A09
Tints of Harley Davidson Orange #D92A09
RGB
CMYK
RGB Variations
Color information
#D92A09 (or 0xD92A09) is known color: Harley Davidson Orange. HEX triplet: D9, 2A and 09. RGB value is (217,42,9). Sum of RGB (Red+Green+Blue) = 217+42+9=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92A09 is #26D5F6. Grayscale: #5A5A5A. Windows color (decimal): -2545143 or 600793. OLE color: 600793.
HSL color Cylindrical-coordinate representation of color #D92A09: hue angle of 9.52º 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 #D92A09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.15 |
| HSL | 9.52º | 0.92% | 0.44% | - |
| HSV(B) | 9.52º | 0.96% | 0.85% | - |
| XYZ | 29.49 | 16.43 | 1.87 | - |
| YUV | 90.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 9 | 0 | 0.81 | 0.96 | 0.15 | 9.52 | 0.92 | 0.44 |
| Hex | D9 | 2A | 9 | 0 | 51 | 60 | F | A | 5C | 2C |
| Octal | 331 | 52 | 11 | 0 | 121 | 140 | 17 | 12 | 134 | 54 |
| Binary | 11011001 | 101010 | 1001 | 0 | 1010001 | 1100000 | 1111 | 1010 | 1011100 | 101100 |
Color Harmonies of #D92A09
Complementary color
Monochromatic Colors of #D92A09
Black with #D92A09
Text Example
Text Example
White with #D92A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A09; }
p { color: rgb(217,42,9); }
H1.HeaderClassName
{
color: #D92A09;
}
.AnyTagClassName
{
color: #D92A09;
}
</style>
background-color css
<style>
a { background-color: #D92A09; }
a { background-color: rgb(217,42,9); }
div.DivClassName
{
background-color: #D92A09;
}
.BgClassName
{
background-color: #D92A09;
}
</style>
border-color css
<style>
span { border-color: #D92A09; }
span { border-color: rgb(217,42,9); }
td.TdClassName
{
border-color: #D92A09;
}
.TagClassName
{
border-color: #D92A09;
}
</style>