#D92014

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

Shades of Harley Davidson Orange #D92014

Tints of Harley Davidson Orange #D92014

Color information

#D92014 (or 0xD92014) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 20 and 14. RGB value is (217,32,20). Sum of RGB (Red+Green+Blue) = 217+32+20=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D92014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92014 is #26DFEB. Grayscale: #565656. Windows color (decimal): -2547692 or 1319129. OLE color: 1319129.

HSL color Cylindrical-coordinate representation of color #D92014: hue angle of 3.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D92014 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB2173220-
CMYK00.850.910.15
HSL3.65º83.12%46.47%-
HSV(B)3.65º90.78%85.1%-
XYZ29.2615.842.18-
YUV85.9590.79221.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.67%
GREEN value IS 32 (12.89% from 255) = 11.90%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=80.67%
G=11.90%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217322000.850.910.153.6583.1246.47
HexD920140555BF4532e
Octal3314024012513317412356
Binary110110011000001010001010101101101111111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92014; }

 p { color: rgb(217,32,20); }

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

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

 a { background-color: rgb(217,32,20); }

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

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

 span { border-color: rgb(217,32,20); }

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