Html Css Color HEX #D91C10 Harley Davidson Orange
📋 copy color: '#D91C10'red 217 ◦ green 28 ◦ blue 16
Shades of Harley Davidson Orange #D91C10
Tints of Harley Davidson Orange #D91C10
RGB
CMYK
RGB Variations
Color information
#D91C10 (or 0xD91C10) is known color: Harley Davidson Orange. HEX triplet: D9, 1C and 10. RGB value is (217,28,16). Sum of RGB (Red+Green+Blue) = 217+28+16=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91C10 is #26E3EF. Grayscale: #535353. Windows color (decimal): -2548720 or 1055961. OLE color: 1055961.
HSL color Cylindrical-coordinate representation of color #D91C10: hue angle of 3.58º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91C10 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 16 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.15 |
| HSL | 3.58º | 0.86% | 0.46% | - |
| HSV(B) | 3.58º | 0.93% | 0.85% | - |
| XYZ | 29.12 | 15.62 | 1.97 | - |
| YUV | 83.14 | 90.12 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 16 | 0 | 0.87 | 0.93 | 0.15 | 3.58 | 0.86 | 0.46 |
| Hex | D9 | 1C | 10 | 0 | 57 | 5D | F | 4 | 56 | 2E |
| Octal | 331 | 34 | 20 | 0 | 127 | 135 | 17 | 4 | 126 | 56 |
| Binary | 11011001 | 11100 | 10000 | 0 | 1010111 | 1011101 | 1111 | 100 | 1010110 | 101110 |
Color Harmonies of #D91C10
Complementary color
Monochromatic Colors of #D91C10
Black with #D91C10
Text Example
Text Example
White with #D91C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91C10; }
p { color: rgb(217,28,16); }
H1.HeaderClassName
{
color: #D91C10;
}
.AnyTagClassName
{
color: #D91C10;
}
</style>
background-color css
<style>
a { background-color: #D91C10; }
a { background-color: rgb(217,28,16); }
div.DivClassName
{
background-color: #D91C10;
}
.BgClassName
{
background-color: #D91C10;
}
</style>
border-color css
<style>
span { border-color: #D91C10; }
span { border-color: rgb(217,28,16); }
td.TdClassName
{
border-color: #D91C10;
}
.TagClassName
{
border-color: #D91C10;
}
</style>