Html Css Color HEX #D14410 Harley Davidson Orange

📋 copy color: '#D14410'

red 209 ◦ green 68 ◦ blue 16

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

Shades of Harley Davidson Orange #D14410

Tints of Harley Davidson Orange #D14410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 71.33%
G = 23.21%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D14410 (or 0xD14410) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 10. RGB value is (209,68,16). Sum of RGB (Red+Green+Blue) = 209+68+16=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D14410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14410 is #2EBBEF. Grayscale: #686868. Windows color (decimal): -3062768 or 1066193. OLE color: 1066193.

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

Color convert

RGB 209 68 16 -
CMYK 0 0.67 0.92 0.18
HSL 16.17º 0.86% 0.44% -
HSV(B) 16.17º 0.92% 0.82% -
XYZ 28.46 17.73 2.41 -
YUV 104.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 209 68 16 0 0.67 0.92 0.18 16.17 0.86 0.44
Hex D1 44 10 0 43 5C 12 10 56 2C
Octal 321 104 20 0 103 134 22 20 126 54
Binary 11010001 1000100 10000 0 1000011 1011100 10010 10000 1010110 101100

Color Harmonies of #D14410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14410

Black with #D14410

Text Example


Text Example

White with #D14410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14410; }

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

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

background-color css

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

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

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

border-color css

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

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

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