#D34016

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

Shades of Harley Davidson Orange #D34016

Tints of Harley Davidson Orange #D34016

Color information

#D34016 (or 0xD34016) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 40 and 16. RGB value is (211,64,22). Sum of RGB (Red+Green+Blue) = 211+64+22=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D34016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34016 is #2CBFE9. Grayscale: #676767. Windows color (decimal): -2932714 or 1458387. OLE color: 1458387.

HSL color Cylindrical-coordinate representation of color #D34016: hue angle of 13.33º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D34016 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB2116422-
CMYK00.700.900.17
HSL13.33º81.12%45.69%-
HSV(B)13.33º89.57%82.75%-
XYZ28.8417.572.63-
YUV103.1682.2204.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.04%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=71.04%
G=21.55%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211642200.700.900.1713.3381.1245.69
HexD340160465A11d512e
Octal323100260106132211512156
Binary110100111000000101100100011010110101000111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34016; }

 p { color: rgb(211,64,22); }

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

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

 a { background-color: rgb(211,64,22); }

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

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

 span { border-color: rgb(211,64,22); }

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