Html Css Color HEX #D14911 Harley Davidson Orange

📋 copy color: '#D14911'

red 209 ◦ green 73 ◦ blue 17

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

Shades of Harley Davidson Orange #D14911

Tints of Harley Davidson Orange #D14911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 69.9%
G = 24.41%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14911 (or 0xD14911) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 11. RGB value is (209,73,17). Sum of RGB (Red+Green+Blue) = 209+73+17=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D14911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14911 is #2EB6EE. Grayscale: #6B6B6B. Windows color (decimal): -3061487 or 1133009. OLE color: 1133009.

HSL color Cylindrical-coordinate representation of color #D14911: hue angle of 17.5º 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 #D14911 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 17 -
CMYK 0 0.65 0.92 0.18
HSL 17.5º 0.85% 0.44% -
HSV(B) 17.5º 0.92% 0.82% -
XYZ 28.78 18.36 2.56 -
YUV 107.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 209 73 17 0 0.65 0.92 0.18 17.5 0.85 0.44
Hex D1 49 11 0 41 5C 12 12 55 2C
Octal 321 111 21 0 101 134 22 22 125 54
Binary 11010001 1001001 10001 0 1000001 1011100 10010 10010 1010101 101100

Color Harmonies of #D14911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14911

Black with #D14911

Text Example


Text Example

White with #D14911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14911; }

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

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

background-color css

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

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

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

border-color css

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

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

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