Html Css Color HEX #D14416 Harley Davidson Orange

📋 copy color: '#D14416'

red 209 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #D14416

Tints of Harley Davidson Orange #D14416

RGB

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

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

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

R = 69.9%
G = 22.74%
B = 7.36%

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

#D14416 (or 0xD14416) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 16. RGB value is (209,68,22). Sum of RGB (Red+Green+Blue) = 209+68+22=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D14416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14416 is #2EBBE9. Grayscale: #696969. Windows color (decimal): -3062762 or 1459409. OLE color: 1459409.

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

Color convert

RGB 209 68 22 -
CMYK 0 0.67 0.89 0.18
HSL 14.76º 0.81% 0.45% -
HSV(B) 14.76º 0.89% 0.82% -
XYZ 28.51 17.75 2.68 -
YUV 104.92 81.21 202.24 -
System Red Green Blue C M Y K H S L
Decimal 209 68 22 0 0.67 0.89 0.18 14.76 0.81 0.45
Hex D1 44 16 0 43 59 12 F 51 2D
Octal 321 104 26 0 103 131 22 17 121 55
Binary 11010001 1000100 10110 0 1000011 1011001 10010 1111 1010001 101101

Color Harmonies of #D14416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14416

Black with #D14416

Text Example


Text Example

White with #D14416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14416; }

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

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

background-color css

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

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

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

border-color css

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

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

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