Html Css Color HEX #D14109 Harley Davidson Orange

📋 copy color: '#D14109'

red 209 ◦ green 65 ◦ blue 9

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

Shades of Harley Davidson Orange #D14109

Tints of Harley Davidson Orange #D14109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.18%

R = 73.85%
G = 22.97%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D14109 (or 0xD14109) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 09. RGB value is (209,65,9). Sum of RGB (Red+Green+Blue) = 209+65+9=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D14109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14109 is #2EBEF6. Grayscale: #666666. Windows color (decimal): -3063543 or 606673. OLE color: 606673.

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

Color convert

RGB 209 65 9 -
CMYK 0 0.69 0.96 0.18
HSL 16.8º 0.92% 0.43% -
HSV(B) 16.8º 0.96% 0.82% -
XYZ 28.23 17.36 2.12 -
YUV 101.67 75.71 204.55 -
System Red Green Blue C M Y K H S L
Decimal 209 65 9 0 0.69 0.96 0.18 16.8 0.92 0.43
Hex D1 41 9 0 45 60 12 11 5C 2B
Octal 321 101 11 0 105 140 22 21 134 53
Binary 11010001 1000001 1001 0 1000101 1100000 10010 10001 1011100 101011

Color Harmonies of #D14109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14109

Black with #D14109

Text Example


Text Example

White with #D14109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14109; }

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

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

background-color css

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

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

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

border-color css

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

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

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