Html Css Color HEX #D14009 Harley Davidson Orange

📋 copy color: '#D14009'

red 209 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #D14009

Tints of Harley Davidson Orange #D14009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 74.11%
G = 22.7%
B = 3.19%

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

#D14009 (or 0xD14009) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 09. RGB value is (209,64,9). Sum of RGB (Red+Green+Blue) = 209+64+9=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D14009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14009 is #2EBFF6. Grayscale: #656565. Windows color (decimal): -3063799 or 606417. OLE color: 606417.

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

Color convert

RGB 209 64 9 -
CMYK 0 0.69 0.96 0.18
HSL 16.5º 0.92% 0.43% -
HSV(B) 16.5º 0.96% 0.82% -
XYZ 28.18 17.24 2.1 -
YUV 101.09 76.04 204.97 -
System Red Green Blue C M Y K H S L
Decimal 209 64 9 0 0.69 0.96 0.18 16.5 0.92 0.43
Hex D1 40 9 0 45 60 12 10 5C 2B
Octal 321 100 11 0 105 140 22 20 134 53
Binary 11010001 1000000 1001 0 1000101 1100000 10010 10000 1011100 101011

Color Harmonies of #D14009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14009

Black with #D14009

Text Example


Text Example

White with #D14009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14009; }

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

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

background-color css

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

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

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

border-color css

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

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

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