#D62912

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

Shades of Harley Davidson Orange #D62912

Tints of Harley Davidson Orange #D62912

Color information

#D62912 (or 0xD62912) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 29 and 12. RGB value is (214,41,18). Sum of RGB (Red+Green+Blue) = 214+41+18=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D62912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62912 is #29D6ED. Grayscale: #5A5A5A. Windows color (decimal): -2741998 or 1190358. OLE color: 1190358.

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

Color convert

RGB2144118-
CMYK00.810.920.16
HSL7.04º84.48%45.49%-
HSV(B)7.04º91.59%83.92%-
XYZ28.6315.932.14-
YUV90.187.31216.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=78.39%
G=15.02%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214411800.810.920.167.0484.4845.49
HexD629120515C107542d
Octal3265122012113420712455
Binary1101011010100110010010100011011100100001111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62912; }

 p { color: rgb(214,41,18); }

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

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

 a { background-color: rgb(214,41,18); }

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

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

 span { border-color: rgb(214,41,18); }

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