Html Css Color HEX #D94711 Harley Davidson Orange

📋 copy color: '#D94711'

red 217 ◦ green 71 ◦ blue 17

#D94711
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D94711

Tints of Harley Davidson Orange #D94711

RGB

 RED value IS 217 (85.16% from 255) = 71.15%

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 71.15%
G = 23.28%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D94711 (or 0xD94711) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 11. RGB value is (217,71,17). Sum of RGB (Red+Green+Blue) = 217+71+17=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D94711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94711 is #26B8EE. Grayscale: #6C6C6C. Windows color (decimal): -2537711 or 1132505. OLE color: 1132505.

HSL color Cylindrical-coordinate representation of color #D94711: hue angle of 16.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D94711 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 17 -
CMYK 0 0.67 0.92 0.15
HSL 16.2º 0.85% 0.46% -
HSV(B) 16.2º 0.92% 0.85% -
XYZ 30.97 19.3 2.62 -
YUV 108.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 217 71 17 0 0.67 0.92 0.15 16.2 0.85 0.46
Hex D9 47 11 0 43 5C F 10 55 2E
Octal 331 107 21 0 103 134 17 20 125 56
Binary 11011001 1000111 10001 0 1000011 1011100 1111 10000 1010101 101110

Color Harmonies of #D94711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94711

Black with #D94711

Text Example


Text Example

White with #D94711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94711; }

 p { color: rgb(217,71,17); }

 H1.HeaderClassName
 {
   color: #D94711;
 }
 .AnyTagClassName
 {
   color: #D94711;
 }
</style>

background-color css

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

 a { background-color: rgb(217,71,17); }

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

border-color css

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

 span { border-color: rgb(217,71,17); }

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