#D0440F

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

Shades of Harley Davidson Orange #D0440F

Tints of Harley Davidson Orange #D0440F

Color information

#D0440F (or 0xD0440F) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 44 and 0F. RGB value is (208,68,15). Sum of RGB (Red+Green+Blue) = 208+68+15=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0440F is #2FBBF0. Grayscale: #686868. Windows color (decimal): -3128305 or 1000656. OLE color: 1000656.

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

Color convert

RGB2086815-
CMYK00.670.930.18
HSL16.48º86.55%43.73%-
HSV(B)16.48º92.79%81.57%-
XYZ28.1717.582.36-
YUV103.8277.88202.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.48%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=71.48%
G=23.37%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208681500.670.930.1816.4886.5543.73
HexD044F0435D1210572c
Octal320104170103135222012754
Binary110100001000100111101000011101110110010100001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0440F; }

 p { color: rgb(208,68,15); }

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

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

 a { background-color: rgb(208,68,15); }

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

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

 span { border-color: rgb(208,68,15); }

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