Html Css Color HEX #D14510 Harley Davidson Orange

📋 copy color: '#D14510'

red 209 ◦ green 69 ◦ blue 16

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

Shades of Harley Davidson Orange #D14510

Tints of Harley Davidson Orange #D14510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 71.09%
G = 23.47%
B = 5.44%

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

#D14510 (or 0xD14510) is known color: Harley Davidson Orange. HEX triplet: D1, 45 and 10. RGB value is (209,69,16). Sum of RGB (Red+Green+Blue) = 209+69+16=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D14510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14510 is #2EBAEF. Grayscale: #696969. Windows color (decimal): -3062512 or 1066449. OLE color: 1066449.

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

Color convert

RGB 209 69 16 -
CMYK 0 0.67 0.92 0.18
HSL 16.48º 0.86% 0.44% -
HSV(B) 16.48º 0.92% 0.82% -
XYZ 28.52 17.85 2.43 -
YUV 104.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 209 69 16 0 0.67 0.92 0.18 16.48 0.86 0.44
Hex D1 45 10 0 43 5C 12 10 56 2C
Octal 321 105 20 0 103 134 22 20 126 54
Binary 11010001 1000101 10000 0 1000011 1011100 10010 10000 1010110 101100

Color Harmonies of #D14510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14510

Black with #D14510

Text Example


Text Example

White with #D14510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14510; }

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

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

background-color css

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

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

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

border-color css

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

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

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