#D02617

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

Shades of Harley Davidson Orange #D02617

Tints of Harley Davidson Orange #D02617

Color information

#D02617 (or 0xD02617) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 26 and 17. RGB value is (208,38,23). Sum of RGB (Red+Green+Blue) = 208+38+23=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D02617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02617 is #2FD9E8. Grayscale: #575757. Windows color (decimal): -3135977 or 1517264. OLE color: 1517264.

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

Color convert

RGB2083823-
CMYK00.820.890.18
HSL4.86º80.09%45.29%-
HSV(B)4.86º88.94%81.57%-
XYZ26.8614.862.26-
YUV87.1291.82214.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 77.32%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=77.32%
G=14.13%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208382300.820.890.184.8680.0945.29
HexD0261705259125502d
Octal3204627012213122512055
Binary1101000010011010111010100101011001100101011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02617; }

 p { color: rgb(208,38,23); }

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

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

 a { background-color: rgb(208,38,23); }

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

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

 span { border-color: rgb(208,38,23); }

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