#D03914

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

Shades of Harley Davidson Orange #D03914

Tints of Harley Davidson Orange #D03914

Color information

#D03914 (or 0xD03914) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 39 and 14. RGB value is (208,57,20). Sum of RGB (Red+Green+Blue) = 208+57+20=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D03914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03914 is #2FC6EB. Grayscale: #626262. Windows color (decimal): -3131116 or 1325520. OLE color: 1325520.

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

Color convert

RGB2085720-
CMYK00.730.900.18
HSL11.81º82.46%44.71%-
HSV(B)11.81º90.38%81.57%-
XYZ27.616.392.37-
YUV97.9384.03206.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 72.98%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=72.98%
G=20%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208572000.730.900.1811.8182.4644.71
HexD039140495A12c522d
Octal32071240111132221412255
Binary11010000111001101000100100110110101001011001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03914; }

 p { color: rgb(208,57,20); }

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

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

 a { background-color: rgb(208,57,20); }

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

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

 span { border-color: rgb(208,57,20); }

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