Html Css Color HEX #D92519 Harley Davidson Orange
📋 copy color: '#D92519'red 217 ◦ green 37 ◦ blue 25
Shades of Harley Davidson Orange #D92519
Tints of Harley Davidson Orange #D92519
RGB
CMYK
RGB Variations
Color information
#D92519 (or 0xD92519) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 19. RGB value is (217,37,25). Sum of RGB (Red+Green+Blue) = 217+37+25=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D92519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92519 is #26DAE6. Grayscale: #595959. Windows color (decimal): -2546407 or 1648089. OLE color: 1648089.
HSL color Cylindrical-coordinate representation of color #D92519: hue angle of 3.75º 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 #D92519 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 25 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.15 |
| HSL | 3.75º | 0.79% | 0.47% | - |
| HSV(B) | 3.75º | 0.88% | 0.85% | - |
| XYZ | 29.45 | 16.15 | 2.48 | - |
| YUV | 89.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 25 | 0 | 0.83 | 0.88 | 0.15 | 3.75 | 0.79 | 0.47 |
| Hex | D9 | 25 | 19 | 0 | 53 | 58 | F | 4 | 4F | 2F |
| Octal | 331 | 45 | 31 | 0 | 123 | 130 | 17 | 4 | 117 | 57 |
| Binary | 11011001 | 100101 | 11001 | 0 | 1010011 | 1011000 | 1111 | 100 | 1001111 | 101111 |
Color Harmonies of #D92519
Complementary color
Monochromatic Colors of #D92519
Black with #D92519
Text Example
Text Example
White with #D92519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92519; }
p { color: rgb(217,37,25); }
H1.HeaderClassName
{
color: #D92519;
}
.AnyTagClassName
{
color: #D92519;
}
</style>
background-color css
<style>
a { background-color: #D92519; }
a { background-color: rgb(217,37,25); }
div.DivClassName
{
background-color: #D92519;
}
.BgClassName
{
background-color: #D92519;
}
</style>
border-color css
<style>
span { border-color: #D92519; }
span { border-color: rgb(217,37,25); }
td.TdClassName
{
border-color: #D92519;
}
.TagClassName
{
border-color: #D92519;
}
</style>