Html Css Color HEX #D14711 Harley Davidson Orange

📋 copy color: '#D14711'

red 209 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #D14711

Tints of Harley Davidson Orange #D14711

RGB

 RED value IS 209 (82.03% from 255) = 70.37%

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

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

R = 70.37%
G = 23.91%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14711 (or 0xD14711) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 11. RGB value is (209,71,17). Sum of RGB (Red+Green+Blue) = 209+71+17=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D14711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14711 is #2EB8EE. Grayscale: #6A6A6A. Windows color (decimal): -3061999 or 1132497. OLE color: 1132497.

HSL color Cylindrical-coordinate representation of color #D14711: hue angle of 16.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D14711 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 17 -
CMYK 0 0.66 0.92 0.18
HSL 16.88º 0.85% 0.44% -
HSV(B) 16.88º 0.92% 0.82% -
XYZ 28.65 18.1 2.51 -
YUV 106.11 77.72 201.39 -
System Red Green Blue C M Y K H S L
Decimal 209 71 17 0 0.66 0.92 0.18 16.88 0.85 0.44
Hex D1 47 11 0 42 5C 12 11 55 2C
Octal 321 107 21 0 102 134 22 21 125 54
Binary 11010001 1000111 10001 0 1000010 1011100 10010 10001 1010101 101100

Color Harmonies of #D14711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14711

Black with #D14711

Text Example


Text Example

White with #D14711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14711; }

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

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

background-color css

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

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

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

border-color css

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

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

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