Html Css Color HEX #D14016 Harley Davidson Orange

📋 copy color: '#D14016'

red 209 ◦ green 64 ◦ blue 22

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

Shades of Harley Davidson Orange #D14016

Tints of Harley Davidson Orange #D14016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 70.85%
G = 21.69%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D14016 (or 0xD14016) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 16. RGB value is (209,64,22). Sum of RGB (Red+Green+Blue) = 209+64+22=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D14016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14016 is #2EBFE9. Grayscale: #666666. Windows color (decimal): -3063786 or 1458385. OLE color: 1458385.

HSL color Cylindrical-coordinate representation of color #D14016: hue angle of 13.48º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D14016 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 22 -
CMYK 0 0.69 0.89 0.18
HSL 13.48º 0.81% 0.45% -
HSV(B) 13.48º 0.89% 0.82% -
XYZ 28.27 17.28 2.6 -
YUV 102.57 82.54 203.92 -
System Red Green Blue C M Y K H S L
Decimal 209 64 22 0 0.69 0.89 0.18 13.48 0.81 0.45
Hex D1 40 16 0 45 59 12 D 51 2D
Octal 321 100 26 0 105 131 22 15 121 55
Binary 11010001 1000000 10110 0 1000101 1011001 10010 1101 1010001 101101

Color Harmonies of #D14016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14016

Black with #D14016

Text Example


Text Example

White with #D14016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14016; }

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

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

background-color css

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

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

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

border-color css

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

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

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