Html Css Color HEX #D91E19 Harley Davidson Orange
📋 copy color: '#D91E19'red 217 ◦ green 30 ◦ blue 25
Shades of Harley Davidson Orange #D91E19
Tints of Harley Davidson Orange #D91E19
RGB
CMYK
RGB Variations
Color information
#D91E19 (or 0xD91E19) is known color: Harley Davidson Orange. HEX triplet: D9, 1E and 19. RGB value is (217,30,25). Sum of RGB (Red+Green+Blue) = 217+30+25=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91E19 is #26E1E6. Grayscale: #555555. Windows color (decimal): -2548199 or 1646297. OLE color: 1646297.
HSL color Cylindrical-coordinate representation of color #D91E19: hue angle of 1.56º 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 #D91E19 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 25 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.15 |
| HSL | 1.56º | 0.79% | 0.47% | - |
| HSV(B) | 1.56º | 0.88% | 0.85% | - |
| XYZ | 29.26 | 15.75 | 2.42 | - |
| YUV | 85.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 25 | 0 | 0.86 | 0.88 | 0.15 | 1.56 | 0.79 | 0.47 |
| Hex | D9 | 1E | 19 | 0 | 56 | 58 | F | 2 | 4F | 2F |
| Octal | 331 | 36 | 31 | 0 | 126 | 130 | 17 | 2 | 117 | 57 |
| Binary | 11011001 | 11110 | 11001 | 0 | 1010110 | 1011000 | 1111 | 10 | 1001111 | 101111 |
Color Harmonies of #D91E19
Complementary color
Monochromatic Colors of #D91E19
Black with #D91E19
Text Example
Text Example
White with #D91E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E19; }
p { color: rgb(217,30,25); }
H1.HeaderClassName
{
color: #D91E19;
}
.AnyTagClassName
{
color: #D91E19;
}
</style>
background-color css
<style>
a { background-color: #D91E19; }
a { background-color: rgb(217,30,25); }
div.DivClassName
{
background-color: #D91E19;
}
.BgClassName
{
background-color: #D91E19;
}
</style>
border-color css
<style>
span { border-color: #D91E19; }
span { border-color: rgb(217,30,25); }
td.TdClassName
{
border-color: #D91E19;
}
.TagClassName
{
border-color: #D91E19;
}
</style>