Html Css Color HEX #D14916 Harley Davidson Orange

📋 copy color: '#D14916'

red 209 ◦ green 73 ◦ blue 22

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

Shades of Harley Davidson Orange #D14916

Tints of Harley Davidson Orange #D14916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 68.75%
G = 24.01%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D14916 (or 0xD14916) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 16. RGB value is (209,73,22). Sum of RGB (Red+Green+Blue) = 209+73+22=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D14916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14916 is #2EB6E9. Grayscale: #6C6C6C. Windows color (decimal): -3061482 or 1460689. OLE color: 1460689.

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

Color convert

RGB 209 73 22 -
CMYK 0 0.65 0.89 0.18
HSL 16.36º 0.81% 0.45% -
HSV(B) 16.36º 0.89% 0.82% -
XYZ 28.82 18.38 2.79 -
YUV 107.85 79.56 200.15 -
System Red Green Blue C M Y K H S L
Decimal 209 73 22 0 0.65 0.89 0.18 16.36 0.81 0.45
Hex D1 49 16 0 41 59 12 10 51 2D
Octal 321 111 26 0 101 131 22 20 121 55
Binary 11010001 1001001 10110 0 1000001 1011001 10010 10000 1010001 101101

Color Harmonies of #D14916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14916

Black with #D14916

Text Example


Text Example

White with #D14916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14916; }

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

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

background-color css

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

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

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

border-color css

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

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

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