#D34B16

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

Shades of Harley Davidson Orange #D34B16

Tints of Harley Davidson Orange #D34B16

Color information

#D34B16 (or 0xD34B16) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 4B and 16. RGB value is (211,75,22). Sum of RGB (Red+Green+Blue) = 211+75+22=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34B16 is #2CB4E9. Grayscale: #6D6D6D. Windows color (decimal): -2929898 or 1461203. OLE color: 1461203.

HSL color Cylindrical-coordinate representation of color #D34B16: hue angle of 16.83º 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 #D34B16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB2117522-
CMYK00.640.900.17
HSL16.83º81.12%45.69%-
HSV(B)16.83º89.57%82.75%-
XYZ29.5218.942.86-
YUV109.6278.56200.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.51%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=68.51%
G=24.35%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211752200.640.900.1716.8381.1245.69
HexD34B160405A1111512e
Octal323113260100132212112156
Binary1101001110010111011001000000101101010001100011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34B16; }

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

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

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

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

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

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

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

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