#D0371D

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

Shades of Harley Davidson Orange #D0371D

Tints of Harley Davidson Orange #D0371D

Color information

#D0371D (or 0xD0371D) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 37 and 1D. RGB value is (208,55,29). Sum of RGB (Red+Green+Blue) = 208+55+29=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0371D is #2FC8E2. Grayscale: #626262. Windows color (decimal): -3131619 or 1914832. OLE color: 1914832.

HSL color Cylindrical-coordinate representation of color #D0371D: hue angle of 8.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0371D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2085529-
CMYK00.740.860.18
HSL8.72º75.53%46.47%-
HSV(B)8.72º86.06%81.57%-
XYZ27.616.232.84-
YUV97.7889.19206.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.23%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 29 (11.72% from 255) = 9.93%
R=71.23%
G=18.84%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208552900.740.860.188.7275.5346.47
HexD0371D04A561294c2e
Octal32067350112126221111456
Binary11010000110111111010100101010101101001010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0371D; }

 p { color: rgb(208,55,29); }

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

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

 a { background-color: rgb(208,55,29); }

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

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

 span { border-color: rgb(208,55,29); }

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