Html Css Color HEX #D92D07 Harley Davidson Orange
📋 copy color: '#D92D07'red 217 ◦ green 45 ◦ blue 7
Shades of Harley Davidson Orange #D92D07
Tints of Harley Davidson Orange #D92D07
RGB
CMYK
RGB Variations
Color information
#D92D07 (or 0xD92D07) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 07. RGB value is (217,45,7). Sum of RGB (Red+Green+Blue) = 217+45+7=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D07 is #26D2F8. Grayscale: #5C5C5C. Windows color (decimal): -2544377 or 470489. OLE color: 470489.
HSL color Cylindrical-coordinate representation of color #D92D07: hue angle of 10.86º 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 #D92D07 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.15 |
| HSL | 10.86º | 0.94% | 0.44% | - |
| HSV(B) | 10.86º | 0.97% | 0.85% | - |
| XYZ | 29.59 | 16.64 | 1.85 | - |
| YUV | 92.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 7 | 0 | 0.79 | 0.97 | 0.15 | 10.86 | 0.94 | 0.44 |
| Hex | D9 | 2D | 7 | 0 | 4F | 61 | F | B | 5E | 2C |
| Octal | 331 | 55 | 7 | 0 | 117 | 141 | 17 | 13 | 136 | 54 |
| Binary | 11011001 | 101101 | 111 | 0 | 1001111 | 1100001 | 1111 | 1011 | 1011110 | 101100 |
Color Harmonies of #D92D07
Complementary color
Monochromatic Colors of #D92D07
Black with #D92D07
Text Example
Text Example
White with #D92D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D07; }
p { color: rgb(217,45,7); }
H1.HeaderClassName
{
color: #D92D07;
}
.AnyTagClassName
{
color: #D92D07;
}
</style>
background-color css
<style>
a { background-color: #D92D07; }
a { background-color: rgb(217,45,7); }
div.DivClassName
{
background-color: #D92D07;
}
.BgClassName
{
background-color: #D92D07;
}
</style>
border-color css
<style>
span { border-color: #D92D07; }
span { border-color: rgb(217,45,7); }
td.TdClassName
{
border-color: #D92D07;
}
.TagClassName
{
border-color: #D92D07;
}
</style>