Html Css Color HEX #D92A07 Harley Davidson Orange
📋 copy color: '#D92A07'red 217 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #D92A07
Tints of Harley Davidson Orange #D92A07
RGB
CMYK
RGB Variations
Color information
#D92A07 (or 0xD92A07) is known color: Harley Davidson Orange. HEX triplet: D9, 2A and 07. RGB value is (217,42,7). Sum of RGB (Red+Green+Blue) = 217+42+7=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92A07 is #26D5F8. Grayscale: #5A5A5A. Windows color (decimal): -2545145 or 469721. OLE color: 469721.
HSL color Cylindrical-coordinate representation of color #D92A07: hue angle of 10º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D92A07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.15 |
| HSL | 10º | 0.94% | 0.44% | - |
| HSV(B) | 10º | 0.97% | 0.85% | - |
| XYZ | 29.48 | 16.42 | 1.82 | - |
| YUV | 90.34 | 80.98 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 7 | 0 | 0.81 | 0.97 | 0.15 | 10 | 0.94 | 0.44 |
| Hex | D9 | 2A | 7 | 0 | 51 | 61 | F | A | 5E | 2C |
| Octal | 331 | 52 | 7 | 0 | 121 | 141 | 17 | 12 | 136 | 54 |
| Binary | 11011001 | 101010 | 111 | 0 | 1010001 | 1100001 | 1111 | 1010 | 1011110 | 101100 |
Color Harmonies of #D92A07
Complementary color
Monochromatic Colors of #D92A07
Black with #D92A07
Text Example
Text Example
White with #D92A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A07; }
p { color: rgb(217,42,7); }
H1.HeaderClassName
{
color: #D92A07;
}
.AnyTagClassName
{
color: #D92A07;
}
</style>
background-color css
<style>
a { background-color: #D92A07; }
a { background-color: rgb(217,42,7); }
div.DivClassName
{
background-color: #D92A07;
}
.BgClassName
{
background-color: #D92A07;
}
</style>
border-color css
<style>
span { border-color: #D92A07; }
span { border-color: rgb(217,42,7); }
td.TdClassName
{
border-color: #D92A07;
}
.TagClassName
{
border-color: #D92A07;
}
</style>