Html Css Color HEX #D14117 Harley Davidson Orange

📋 copy color: '#D14117'

red 209 ◦ green 65 ◦ blue 23

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

Shades of Harley Davidson Orange #D14117

Tints of Harley Davidson Orange #D14117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.74%

R = 70.37%
G = 21.89%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D14117 (or 0xD14117) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 17. RGB value is (209,65,23). Sum of RGB (Red+Green+Blue) = 209+65+23=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D14117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14117 is #2EBEE8. Grayscale: #676767. Windows color (decimal): -3063529 or 1524177. OLE color: 1524177.

HSL color Cylindrical-coordinate representation of color #D14117: hue angle of 13.55º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D14117 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 23 -
CMYK 0 0.69 0.89 0.18
HSL 13.55º 0.8% 0.45% -
HSV(B) 13.55º 0.89% 0.82% -
XYZ 28.34 17.4 2.68 -
YUV 103.27 82.71 203.42 -
System Red Green Blue C M Y K H S L
Decimal 209 65 23 0 0.69 0.89 0.18 13.55 0.8 0.45
Hex D1 41 17 0 45 59 12 E 50 2D
Octal 321 101 27 0 105 131 22 16 120 55
Binary 11010001 1000001 10111 0 1000101 1011001 10010 1110 1010000 101101

Color Harmonies of #D14117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14117

Black with #D14117

Text Example


Text Example

White with #D14117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14117; }

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

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

background-color css

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

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

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

border-color css

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

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

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