#D94916

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

Shades of Harley Davidson Orange #D94916

Tints of Harley Davidson Orange #D94916

Color information

#D94916 (or 0xD94916) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 49 and 16. RGB value is (217,73,22). Sum of RGB (Red+Green+Blue) = 217+73+22=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D94916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94916 is #26B6E9. Grayscale: #6E6E6E. Windows color (decimal): -2537194 or 1460697. OLE color: 1460697.

HSL color Cylindrical-coordinate representation of color #D94916: hue angle of 15.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94916 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB2177322-
CMYK00.660.900.15
HSL15.69º81.59%46.86%-
HSV(B)15.69º89.86%85.1%-
XYZ31.1419.572.9-
YUV110.2478.21204.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.55%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=69.55%
G=23.40%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217732200.660.900.1515.6981.5946.86
HexD949160425AF10522f
Octal331111260102132172012257
Binary110110011001001101100100001010110101111100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94916; }

 p { color: rgb(217,73,22); }

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

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

 a { background-color: rgb(217,73,22); }

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

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

 span { border-color: rgb(217,73,22); }

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