Html Css Color HEX #D92006 Harley Davidson Orange
📋 copy color: '#D92006'red 217 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #D92006
Tints of Harley Davidson Orange #D92006
RGB
CMYK
RGB Variations
Color information
#D92006 (or 0xD92006) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 06. RGB value is (217,32,6). Sum of RGB (Red+Green+Blue) = 217+32+6=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D92006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92006 is #26DFF9. Grayscale: #545454. Windows color (decimal): -2547706 or 401625. OLE color: 401625.
HSL color Cylindrical-coordinate representation of color #D92006: hue angle of 7.39º degrees, saturation: 0.95, 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 #D92006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.15 |
| HSL | 7.39º | 0.95% | 0.44% | - |
| HSV(B) | 7.39º | 0.97% | 0.85% | - |
| XYZ | 29.16 | 15.8 | 1.68 | - |
| YUV | 84.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 6 | 0 | 0.85 | 0.97 | 0.15 | 7.39 | 0.95 | 0.44 |
| Hex | D9 | 20 | 6 | 0 | 55 | 61 | F | 7 | 5F | 2C |
| Octal | 331 | 40 | 6 | 0 | 125 | 141 | 17 | 7 | 137 | 54 |
| Binary | 11011001 | 100000 | 110 | 0 | 1010101 | 1100001 | 1111 | 111 | 1011111 | 101100 |
Color Harmonies of #D92006
Complementary color
Monochromatic Colors of #D92006
Black with #D92006
Text Example
Text Example
White with #D92006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92006; }
p { color: rgb(217,32,6); }
H1.HeaderClassName
{
color: #D92006;
}
.AnyTagClassName
{
color: #D92006;
}
</style>
background-color css
<style>
a { background-color: #D92006; }
a { background-color: rgb(217,32,6); }
div.DivClassName
{
background-color: #D92006;
}
.BgClassName
{
background-color: #D92006;
}
</style>
border-color css
<style>
span { border-color: #D92006; }
span { border-color: rgb(217,32,6); }
td.TdClassName
{
border-color: #D92006;
}
.TagClassName
{
border-color: #D92006;
}
</style>