#d1371b

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

Shades of Harley Davidson Orange #D1371B

Tints of Harley Davidson Orange #D1371B

Color information

#D1371B (or 0xD1371B) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 37 and 1B. RGB value is (209,55,27). Sum of RGB (Red+Green+Blue) = 209+55+27=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1371B is #2EC8E4. Grayscale: #626262. Windows color (decimal): -3066085 or 1783761. OLE color: 1783761.

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

Color convert

RGB2095527-
CMYK00.740.870.18
HSL9.23º77.12%46.27%-
HSV(B)9.23º87.08%81.96%-
XYZ27.8616.372.73-
YUV97.8588.02207.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.82%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 27 (10.94% from 255) = 9.28%
R=71.82%
G=18.90%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209552700.740.870.189.2377.1246.27
HexD1371B04A571294d2e
Octal32167330112127221111556
Binary11010001110111110110100101010101111001010011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1371b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1371b; }

 p { color: rgb(209,55,27); }

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

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

 a { background-color: rgb(209,55,27); }

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

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

 span { border-color: rgb(209,55,27); }

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