#D34915

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

Shades of Harley Davidson Orange #D34915

Tints of Harley Davidson Orange #D34915

Color information

#D34915 (or 0xD34915) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 49 and 15. RGB value is (211,73,21). Sum of RGB (Red+Green+Blue) = 211+73+21=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D34915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34915 is #2CB6EA. Grayscale: #6C6C6C. Windows color (decimal): -2930411 or 1395155. OLE color: 1395155.

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

Color convert

RGB2117321-
CMYK00.650.900.17
HSL16.42º81.9%45.49%-
HSV(B)16.42º90.05%82.75%-
XYZ29.3818.672.76-
YUV108.3378.72201.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.18%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 21 (8.59% from 255) = 6.89%
R=69.18%
G=23.93%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211732100.650.900.1716.4281.945.49
HexD349150415A1110522d
Octal323111250101132212012255
Binary1101001110010011010101000001101101010001100001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34915; }

 p { color: rgb(211,73,21); }

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

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

 a { background-color: rgb(211,73,21); }

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

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

 span { border-color: rgb(211,73,21); }

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