Html Css Color HEX #D14712 Harley Davidson Orange

📋 copy color: '#D14712'

red 209 ◦ green 71 ◦ blue 18

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

Shades of Harley Davidson Orange #D14712

Tints of Harley Davidson Orange #D14712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 70.13%
G = 23.83%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14712 (or 0xD14712) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 12. RGB value is (209,71,18). Sum of RGB (Red+Green+Blue) = 209+71+18=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D14712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14712 is #2EB8ED. Grayscale: #6A6A6A. Windows color (decimal): -3061998 or 1198033. OLE color: 1198033.

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

Color convert

RGB 209 71 18 -
CMYK 0 0.66 0.91 0.18
HSL 16.65º 0.84% 0.45% -
HSV(B) 16.65º 0.91% 0.82% -
XYZ 28.66 18.11 2.56 -
YUV 106.22 78.22 201.31 -
System Red Green Blue C M Y K H S L
Decimal 209 71 18 0 0.66 0.91 0.18 16.65 0.84 0.45
Hex D1 47 12 0 42 5B 12 11 54 2D
Octal 321 107 22 0 102 133 22 21 124 55
Binary 11010001 1000111 10010 0 1000010 1011011 10010 10001 1010100 101101

Color Harmonies of #D14712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14712

Black with #D14712

Text Example


Text Example

White with #D14712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14712; }

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

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

background-color css

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

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

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

border-color css

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

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

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