Html Css Color HEX #D1471A Harley Davidson Orange

📋 copy color: '#D1471A'

red 209 ◦ green 71 ◦ blue 26

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

Shades of Harley Davidson Orange #D1471A

Tints of Harley Davidson Orange #D1471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 68.3%
G = 23.2%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1471A (or 0xD1471A) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 1A. RGB value is (209,71,26). Sum of RGB (Red+Green+Blue) = 209+71+26=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1471A is #2EB8E5. Grayscale: #6B6B6B. Windows color (decimal): -3061990 or 1722321. OLE color: 1722321.

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

Color convert

RGB 209 71 26 -
CMYK 0 0.66 0.88 0.18
HSL 14.75º 0.78% 0.46% -
HSV(B) 14.75º 0.88% 0.82% -
XYZ 28.73 18.14 2.96 -
YUV 107.13 82.22 200.66 -
System Red Green Blue C M Y K H S L
Decimal 209 71 26 0 0.66 0.88 0.18 14.75 0.78 0.46
Hex D1 47 1A 0 42 58 12 F 4E 2E
Octal 321 107 32 0 102 130 22 17 116 56
Binary 11010001 1000111 11010 0 1000010 1011000 10010 1111 1001110 101110

Color Harmonies of #D1471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1471A

Black with #D1471A

Text Example


Text Example

White with #D1471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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