Html Css Color HEX #D14616 Harley Davidson Orange

📋 copy color: '#D14616'

red 209 ◦ green 70 ◦ blue 22

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

Shades of Harley Davidson Orange #D14616

Tints of Harley Davidson Orange #D14616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 69.44%
G = 23.26%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D14616 (or 0xD14616) is known color: Harley Davidson Orange. HEX triplet: D1, 46 and 16. RGB value is (209,70,22). Sum of RGB (Red+Green+Blue) = 209+70+22=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D14616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14616 is #2EB9E9. Grayscale: #6A6A6A. Windows color (decimal): -3062250 or 1459921. OLE color: 1459921.

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

Color convert

RGB 209 70 22 -
CMYK 0 0.67 0.89 0.18
HSL 15.4º 0.81% 0.45% -
HSV(B) 15.4º 0.89% 0.82% -
XYZ 28.63 17.99 2.72 -
YUV 106.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 209 70 22 0 0.67 0.89 0.18 15.4 0.81 0.45
Hex D1 46 16 0 43 59 12 F 51 2D
Octal 321 106 26 0 103 131 22 17 121 55
Binary 11010001 1000110 10110 0 1000011 1011001 10010 1111 1010001 101101

Color Harmonies of #D14616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14616

Black with #D14616

Text Example


Text Example

White with #D14616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14616; }

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

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

background-color css

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

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

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

border-color css

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

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

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