Html Css Color HEX #D14309 Harley Davidson Orange

📋 copy color: '#D14309'

red 209 ◦ green 67 ◦ blue 9

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

Shades of Harley Davidson Orange #D14309

Tints of Harley Davidson Orange #D14309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 73.33%
G = 23.51%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D14309 (or 0xD14309) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 09. RGB value is (209,67,9). Sum of RGB (Red+Green+Blue) = 209+67+9=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14309 is #2EBCF6. Grayscale: #676767. Windows color (decimal): -3063031 or 607185. OLE color: 607185.

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

Color convert

RGB 209 67 9 -
CMYK 0 0.68 0.96 0.18
HSL 17.4º 0.92% 0.43% -
HSV(B) 17.4º 0.96% 0.82% -
XYZ 28.35 17.59 2.16 -
YUV 102.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 209 67 9 0 0.68 0.96 0.18 17.4 0.92 0.43
Hex D1 43 9 0 44 60 12 11 5C 2B
Octal 321 103 11 0 104 140 22 21 134 53
Binary 11010001 1000011 1001 0 1000100 1100000 10010 10001 1011100 101011

Color Harmonies of #D14309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14309

Black with #D14309

Text Example


Text Example

White with #D14309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14309; }

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

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

background-color css

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

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

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

border-color css

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

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

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