#D62A11

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

Shades of Harley Davidson Orange #D62A11

Tints of Harley Davidson Orange #D62A11

Color information

#D62A11 (or 0xD62A11) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 2A and 11. RGB value is (214,42,17). Sum of RGB (Red+Green+Blue) = 214+42+17=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62A11 is #29D5EE. Grayscale: #5A5A5A. Windows color (decimal): -2741743 or 1125078. OLE color: 1125078.

HSL color Cylindrical-coordinate representation of color #D62A11: hue angle of 7.61º degrees, saturation: 0.85, 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 #D62A11 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB2144217-
CMYK00.800.920.16
HSL7.61º85.28%45.29%-
HSV(B)7.61º92.06%83.92%-
XYZ28.6615.992.11-
YUV90.5886.48216.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=78.39%
G=15.38%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214421700.800.920.167.6185.2845.29
HexD62A110505C108552d
Octal32652210120134201012555
Binary11010110101010100010101000010111001000010001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A11; }

 p { color: rgb(214,42,17); }

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

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

 a { background-color: rgb(214,42,17); }

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

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

 span { border-color: rgb(214,42,17); }

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