#D63A17

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

Shades of Harley Davidson Orange #D63A17

Tints of Harley Davidson Orange #D63A17

Color information

#D63A17 (or 0xD63A17) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3A and 17. RGB value is (214,58,23). Sum of RGB (Red+Green+Blue) = 214+58+23=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A17 is #29C5E8. Grayscale: #646464. Windows color (decimal): -2737641 or 1522390. OLE color: 1522390.

HSL color Cylindrical-coordinate representation of color #D63A17: hue angle of 10.99º 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 #D63A17 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB2145823-
CMYK00.730.890.16
HSL10.99º80.59%46.47%-
HSV(B)10.99º89.25%83.92%-
XYZ29.417.382.62-
YUV100.6584.18208.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.54%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=72.54%
G=19.66%
B=7.80%

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
Decimal214582300.730.890.1610.9980.5946.47
HexD63A170495910b512e
Octal32672270111131201312156
Binary11010110111010101110100100110110011000010111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63A17; }

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

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

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

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

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

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

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

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