Html Css Color HEX #D14918 Harley Davidson Orange

📋 copy color: '#D14918'

red 209 ◦ green 73 ◦ blue 24

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

Shades of Harley Davidson Orange #D14918

Tints of Harley Davidson Orange #D14918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 68.3%
G = 23.86%
B = 7.84%

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

#D14918 (or 0xD14918) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 18. RGB value is (209,73,24). Sum of RGB (Red+Green+Blue) = 209+73+24=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D14918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14918 is #2EB6E7. Grayscale: #6C6C6C. Windows color (decimal): -3061480 or 1591761. OLE color: 1591761.

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

Color convert

RGB 209 73 24 -
CMYK 0 0.65 0.89 0.18
HSL 15.89º 0.79% 0.46% -
HSV(B) 15.89º 0.89% 0.82% -
XYZ 28.84 18.39 2.89 -
YUV 108.08 80.56 199.98 -
System Red Green Blue C M Y K H S L
Decimal 209 73 24 0 0.65 0.89 0.18 15.89 0.79 0.46
Hex D1 49 18 0 41 59 12 10 4F 2E
Octal 321 111 30 0 101 131 22 20 117 56
Binary 11010001 1001001 11000 0 1000001 1011001 10010 10000 1001111 101110

Color Harmonies of #D14918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14918

Black with #D14918

Text Example


Text Example

White with #D14918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14918; }

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

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

background-color css

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

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

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

border-color css

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

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

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