#D71E17

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

Shades of Harley Davidson Orange #D71E17

Tints of Harley Davidson Orange #D71E17

Color information

#D71E17 (or 0xD71E17) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 1E and 17. RGB value is (215,30,23). Sum of RGB (Red+Green+Blue) = 215+30+23=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71E17 is #28E1E8. Grayscale: #545454. Windows color (decimal): -2679273 or 1515223. OLE color: 1515223.

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

Color convert

RGB2153023-
CMYK00.860.890.16
HSL2.19º80.67%46.67%-
HSV(B)2.19º89.3%84.31%-
XYZ28.6415.442.28-
YUV84.5293.29221.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 80.22%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 23 (9.38% from 255) = 8.58%
R=80.22%
G=11.19%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215302300.860.890.162.1980.6746.67
HexD71E1705659102512f
Octal3273627012613120212157
Binary11010111111101011101010110101100110000101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E17; }

 p { color: rgb(215,30,23); }

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

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

 a { background-color: rgb(215,30,23); }

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

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

 span { border-color: rgb(215,30,23); }

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