#D0391F

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

Shades of Harley Davidson Orange #D0391F

Tints of Harley Davidson Orange #D0391F

Color information

#D0391F (or 0xD0391F) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 39 and 1F. RGB value is (208,57,31). Sum of RGB (Red+Green+Blue) = 208+57+31=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D0391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0391F is #2FC6E0. Grayscale: #636363. Windows color (decimal): -3131105 or 2046416. OLE color: 2046416.

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

Color convert

RGB2085731-
CMYK00.730.850.18
HSL8.81º74.06%46.86%-
HSV(B)8.81º85.1%81.57%-
XYZ27.7216.443.01-
YUV99.1889.53205.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.27%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=70.27%
G=19.26%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208573100.730.850.188.8174.0646.86
HexD0391F049551294a2f
Octal32071370111125221111257
Binary11010000111001111110100100110101011001010011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0391F; }

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

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

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

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

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

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

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

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