Html Css Color HEX #D92D19 Harley Davidson Orange
📋 copy color: '#D92D19'red 217 ◦ green 45 ◦ blue 25
Shades of Harley Davidson Orange #D92D19
Tints of Harley Davidson Orange #D92D19
RGB
CMYK
RGB Variations
Color information
#D92D19 (or 0xD92D19) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 19. RGB value is (217,45,25). Sum of RGB (Red+Green+Blue) = 217+45+25=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D19 is #26D2E6. Grayscale: #5E5E5E. Windows color (decimal): -2544359 or 1650137. OLE color: 1650137.
HSL color Cylindrical-coordinate representation of color #D92D19: hue angle of 6.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D92D19 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 25 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.15 |
| HSL | 6.25º | 0.79% | 0.47% | - |
| HSV(B) | 6.25º | 0.88% | 0.85% | - |
| XYZ | 29.73 | 16.7 | 2.58 | - |
| YUV | 94.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 25 | 0 | 0.79 | 0.88 | 0.15 | 6.25 | 0.79 | 0.47 |
| Hex | D9 | 2D | 19 | 0 | 4F | 58 | F | 6 | 4F | 2F |
| Octal | 331 | 55 | 31 | 0 | 117 | 130 | 17 | 6 | 117 | 57 |
| Binary | 11011001 | 101101 | 11001 | 0 | 1001111 | 1011000 | 1111 | 110 | 1001111 | 101111 |
Color Harmonies of #D92D19
Complementary color
Monochromatic Colors of #D92D19
Black with #D92D19
Text Example
Text Example
White with #D92D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D19; }
p { color: rgb(217,45,25); }
H1.HeaderClassName
{
color: #D92D19;
}
.AnyTagClassName
{
color: #D92D19;
}
</style>
background-color css
<style>
a { background-color: #D92D19; }
a { background-color: rgb(217,45,25); }
div.DivClassName
{
background-color: #D92D19;
}
.BgClassName
{
background-color: #D92D19;
}
</style>
border-color css
<style>
span { border-color: #D92D19; }
span { border-color: rgb(217,45,25); }
td.TdClassName
{
border-color: #D92D19;
}
.TagClassName
{
border-color: #D92D19;
}
</style>