#D63917

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

Shades of Harley Davidson Orange #D63917

Tints of Harley Davidson Orange #D63917

Color information

#D63917 (or 0xD63917) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 39 and 17. RGB value is (214,57,23). Sum of RGB (Red+Green+Blue) = 214+57+23=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D63917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63917 is #29C6E8. Grayscale: #646464. Windows color (decimal): -2737897 or 1522134. OLE color: 1522134.

HSL color Cylindrical-coordinate representation of color #D63917: hue angle of 10.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D63917 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB2145723-
CMYK00.730.890.16
HSL10.68º80.59%46.47%-
HSV(B)10.68º89.25%83.92%-
XYZ29.3517.282.6-
YUV100.0784.51209.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.79%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 23 (9.38% from 255) = 7.82%
R=72.79%
G=19.39%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214572300.730.890.1610.6880.5946.47
HexD639170495910b512e
Octal32671270111131201312156
Binary11010110111001101110100100110110011000010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63917; }

 p { color: rgb(214,57,23); }

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

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

 a { background-color: rgb(214,57,23); }

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

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

 span { border-color: rgb(214,57,23); }

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