#D8471D

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

Shades of Harley Davidson Orange #D8471D

Tints of Harley Davidson Orange #D8471D

Color information

#D8471D (or 0xD8471D) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 47 and 1D. RGB value is (216,71,29). Sum of RGB (Red+Green+Blue) = 216+71+29=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8471D is #27B8E2. Grayscale: #6D6D6D. Windows color (decimal): -2603235 or 1918936. OLE color: 1918936.

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

Color convert

RGB2167129-
CMYK00.670.870.15
HSL13.48º76.33%48.04%-
HSV(B)13.48º86.57%84.71%-
XYZ30.7919.193.24-
YUV109.5782.54203.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.35%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 29 (11.72% from 255) = 9.18%
R=68.35%
G=22.47%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216712900.670.870.1513.4876.3348.04
HexD8471D04357Fd4c30
Octal330107350103127171511460
Binary11011000100011111101010000111010111111111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8471D; }

 p { color: rgb(216,71,29); }

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

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

 a { background-color: rgb(216,71,29); }

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

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

 span { border-color: rgb(216,71,29); }

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