Html Css Color HEX #D14409 Harley Davidson Orange

📋 copy color: '#D14409'

red 209 ◦ green 68 ◦ blue 9

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

Shades of Harley Davidson Orange #D14409

Tints of Harley Davidson Orange #D14409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

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

R = 73.08%
G = 23.78%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D14409 (or 0xD14409) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 09. RGB value is (209,68,9). Sum of RGB (Red+Green+Blue) = 209+68+9=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D14409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14409 is #2EBBF6. Grayscale: #676767. Windows color (decimal): -3062775 or 607441. OLE color: 607441.

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

Color convert

RGB 209 68 9 -
CMYK 0 0.67 0.96 0.18
HSL 17.7º 0.92% 0.43% -
HSV(B) 17.7º 0.96% 0.82% -
XYZ 28.41 17.71 2.18 -
YUV 103.43 74.71 203.3 -
System Red Green Blue C M Y K H S L
Decimal 209 68 9 0 0.67 0.96 0.18 17.7 0.92 0.43
Hex D1 44 9 0 43 60 12 12 5C 2B
Octal 321 104 11 0 103 140 22 22 134 53
Binary 11010001 1000100 1001 0 1000011 1100000 10010 10010 1011100 101011

Color Harmonies of #D14409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14409

Black with #D14409

Text Example


Text Example

White with #D14409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14409; }

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

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

background-color css

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

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

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

border-color css

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

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

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