Html Css Color HEX #D14111 Harley Davidson Orange

📋 copy color: '#D14111'

red 209 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #D14111

Tints of Harley Davidson Orange #D14111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 71.82%
G = 22.34%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14111 (or 0xD14111) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 11. RGB value is (209,65,17). Sum of RGB (Red+Green+Blue) = 209+65+17=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D14111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14111 is #2EBEEE. Grayscale: #666666. Windows color (decimal): -3063535 or 1130961. OLE color: 1130961.

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

Color convert

RGB 209 65 17 -
CMYK 0 0.69 0.92 0.18
HSL 15º 0.85% 0.44% -
HSV(B) 15º 0.92% 0.82% -
XYZ 28.29 17.38 2.39 -
YUV 102.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 209 65 17 0 0.69 0.92 0.18 15 0.85 0.44
Hex D1 41 11 0 45 5C 12 F 55 2C
Octal 321 101 21 0 105 134 22 17 125 54
Binary 11010001 1000001 10001 0 1000101 1011100 10010 1111 1010101 101100

Color Harmonies of #D14111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14111

Black with #D14111

Text Example


Text Example

White with #D14111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14111; }

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

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

background-color css

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

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

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

border-color css

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

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

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