Html Css Color HEX #D14912 Harley Davidson Orange

📋 copy color: '#D14912'

red 209 ◦ green 73 ◦ blue 18

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

Shades of Harley Davidson Orange #D14912

Tints of Harley Davidson Orange #D14912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 69.67%
G = 24.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14912 (or 0xD14912) is known color: Harley Davidson Orange. HEX triplet: D1, 49 and 12. RGB value is (209,73,18). Sum of RGB (Red+Green+Blue) = 209+73+18=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D14912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14912 is #2EB6ED. Grayscale: #6B6B6B. Windows color (decimal): -3061486 or 1198545. OLE color: 1198545.

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

Color convert

RGB 209 73 18 -
CMYK 0 0.65 0.91 0.18
HSL 17.28º 0.84% 0.45% -
HSV(B) 17.28º 0.91% 0.82% -
XYZ 28.79 18.36 2.6 -
YUV 107.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 209 73 18 0 0.65 0.91 0.18 17.28 0.84 0.45
Hex D1 49 12 0 41 5B 12 11 54 2D
Octal 321 111 22 0 101 133 22 21 124 55
Binary 11010001 1001001 10010 0 1000001 1011011 10010 10001 1010100 101101

Color Harmonies of #D14912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14912

Black with #D14912

Text Example


Text Example

White with #D14912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14912; }

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

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

background-color css

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

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

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

border-color css

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

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

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