#D1440C

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

Shades of Harley Davidson Orange #D1440C

Tints of Harley Davidson Orange #D1440C

Color information

#D1440C (or 0xD1440C) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 44 and 0C. RGB value is (209,68,12). Sum of RGB (Red+Green+Blue) = 209+68+12=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1440C is #2EBBF3. Grayscale: #686868. Windows color (decimal): -3062772 or 804049. OLE color: 804049.

HSL color Cylindrical-coordinate representation of color #D1440C: hue angle of 17.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1440C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2096812-
CMYK00.670.940.18
HSL17.06º89.14%43.33%-
HSV(B)17.06º94.26%81.96%-
XYZ28.4317.722.27-
YUV103.7876.21203.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.32%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 12 (5.08% from 255) = 4.15%
R=72.32%
G=23.53%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209681200.670.940.1817.0689.1443.33
HexD144C0435E1211592b
Octal321104140103136222113153
Binary110100011000100110001000011101111010010100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1440C; }

 p { color: rgb(209,68,12); }

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

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

 a { background-color: rgb(209,68,12); }

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

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

 span { border-color: rgb(209,68,12); }

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