Html Css Color HEX #D1471D Harley Davidson Orange

📋 copy color: '#D1471D'

red 209 ◦ green 71 ◦ blue 29

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

Shades of Harley Davidson Orange #D1471D

Tints of Harley Davidson Orange #D1471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 67.64%
G = 22.98%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1471D (or 0xD1471D) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 1D. RGB value is (209,71,29). Sum of RGB (Red+Green+Blue) = 209+71+29=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1471D is #2EB8E2. Grayscale: #6B6B6B. Windows color (decimal): -3061987 or 1918929. OLE color: 1918929.

HSL color Cylindrical-coordinate representation of color #D1471D: hue angle of 14º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1471D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 29 -
CMYK 0 0.66 0.86 0.18
HSL 14º 0.76% 0.47% -
HSV(B) 14º 0.86% 0.82% -
XYZ 28.77 18.15 3.15 -
YUV 107.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 209 71 29 0 0.66 0.86 0.18 14 0.76 0.47
Hex D1 47 1D 0 42 56 12 E 4C 2F
Octal 321 107 35 0 102 126 22 16 114 57
Binary 11010001 1000111 11101 0 1000010 1010110 10010 1110 1001100 101111

Color Harmonies of #D1471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1471D

Black with #D1471D

Text Example


Text Example

White with #D1471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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