Html Css Color HEX #D92D04 Harley Davidson Orange
📋 copy color: '#D92D04'red 217 ◦ green 45 ◦ blue 4
Shades of Harley Davidson Orange #D92D04
Tints of Harley Davidson Orange #D92D04
RGB
CMYK
RGB Variations
Color information
#D92D04 (or 0xD92D04) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 04. RGB value is (217,45,4). Sum of RGB (Red+Green+Blue) = 217+45+4=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D04 is #26D2FB. Grayscale: #5C5C5C. Windows color (decimal): -2544380 or 273881. OLE color: 273881.
HSL color Cylindrical-coordinate representation of color #D92D04: hue angle of 11.55º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D92D04 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.15 |
| HSL | 11.55º | 0.96% | 0.43% | - |
| HSV(B) | 11.55º | 0.98% | 0.85% | - |
| XYZ | 29.58 | 16.64 | 1.77 | - |
| YUV | 91.75 | 78.48 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 4 | 0 | 0.79 | 0.98 | 0.15 | 11.55 | 0.96 | 0.43 |
| Hex | D9 | 2D | 4 | 0 | 4F | 62 | F | C | 60 | 2B |
| Octal | 331 | 55 | 4 | 0 | 117 | 142 | 17 | 14 | 140 | 53 |
| Binary | 11011001 | 101101 | 100 | 0 | 1001111 | 1100010 | 1111 | 1100 | 1100000 | 101011 |
Color Harmonies of #D92D04
Complementary color
Monochromatic Colors of #D92D04
Black with #D92D04
Text Example
Text Example
White with #D92D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D04; }
p { color: rgb(217,45,4); }
H1.HeaderClassName
{
color: #D92D04;
}
.AnyTagClassName
{
color: #D92D04;
}
</style>
background-color css
<style>
a { background-color: #D92D04; }
a { background-color: rgb(217,45,4); }
div.DivClassName
{
background-color: #D92D04;
}
.BgClassName
{
background-color: #D92D04;
}
</style>
border-color css
<style>
span { border-color: #D92D04; }
span { border-color: rgb(217,45,4); }
td.TdClassName
{
border-color: #D92D04;
}
.TagClassName
{
border-color: #D92D04;
}
</style>