Html Css Color HEX #D14511 Harley Davidson Orange

📋 copy color: '#D14511'

red 209 ◦ green 69 ◦ blue 17

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

Shades of Harley Davidson Orange #D14511

Tints of Harley Davidson Orange #D14511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 70.85%
G = 23.39%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14511 (or 0xD14511) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 11. RGB value is (209,69,17). Sum of RGB (Red+Green+Blue) = 209+69+17=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D14511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14511 is #2EBAEE. Grayscale: #696969. Windows color (decimal): -3062511 or 1131985. OLE color: 1131985.

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

Color convert

RGB 209 69 17 -
CMYK 0 0.67 0.92 0.18
HSL 16.25º 0.85% 0.44% -
HSV(B) 16.25º 0.92% 0.82% -
XYZ 28.52 17.85 2.47 -
YUV 104.93 78.38 202.23 -
System Red Green Blue C M Y K H S L
Decimal 209 69 17 0 0.67 0.92 0.18 16.25 0.85 0.44
Hex D1 45 11 0 43 5C 12 10 55 2C
Octal 321 105 21 0 103 134 22 20 125 54
Binary 11010001 1000101 10001 0 1000011 1011100 10010 10000 1010101 101100

Color Harmonies of #D14511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14511

Black with #D14511

Text Example


Text Example

White with #D14511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14511; }

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

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

background-color css

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

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

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

border-color css

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

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

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