#d91d17

Color #D91D17 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D91D17

Tints of Harley Davidson Orange #D91D17

Color information

#D91D17 (or 0xD91D17) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 1D and 17. RGB value is (217,29,23). Sum of RGB (Red+Green+Blue) = 217+29+23=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91D17 is #26E2E8. Grayscale: #545454. Windows color (decimal): -2548457 or 1514969. OLE color: 1514969.

HSL color Cylindrical-coordinate representation of color #D91D17: hue angle of 1.86º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91D17 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB2172923-
CMYK00.870.890.15
HSL1.86º80.83%47.06%-
HSV(B)1.86º89.4%85.1%-
XYZ29.2115.692.3-
YUV84.5393.28222.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 80.67%
GREEN value IS 29 (11.72% from 255) = 10.78%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=80.67%
G=10.78%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217292300.870.890.151.8680.8347.06
HexD91D1705759F2512f
Octal3313527012713117212157
Binary1101100111101101110101011110110011111101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d91d17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d91d17; }

 p { color: rgb(217,29,23); }

 H1.HeaderClassName
 {
   color: #d91d17;
 }
 .AnyTagClassName
 {
   color: #d91d17;
 }
</style>
background-color css

<style>
 a { background-color: #d91d17; }

 a { background-color: rgb(217,29,23); }

 div.DivClassName
 {
   background-color: #d91d17;
 }
 .BgClassName
 {
   background-color: #d91d17;
 }
</style>
border-color css

<style>
 span { border-color: #d91d17; }

 span { border-color: rgb(217,29,23); }

 td.TdClassName
 {
   border-color: #d91d17;
 }
 .TagClassName
 {
   border-color: #d91d17;
 }
</style>