#D62E17

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

Shades of Harley Davidson Orange #D62E17

Tints of Harley Davidson Orange #D62E17

Color information

#D62E17 (or 0xD62E17) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 2E and 17. RGB value is (214,46,23). Sum of RGB (Red+Green+Blue) = 214+46+23=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62E17 is #29D1E8. Grayscale: #5D5D5D. Windows color (decimal): -2740713 or 1519318. OLE color: 1519318.

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

Color convert

RGB2144623-
CMYK00.790.890.16
HSL7.23º80.59%46.47%-
HSV(B)7.23º89.25%83.92%-
XYZ28.8616.312.44-
YUV93.6188.16213.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 75.62%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 23 (9.38% from 255) = 8.13%
R=75.62%
G=16.25%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214462300.790.890.167.2380.5946.47
HexD62E1704F59107512e
Octal3265627011713120712156
Binary1101011010111010111010011111011001100001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62E17; }

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

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

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

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

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

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

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

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