Html Css Color HEX #D1471C Harley Davidson Orange

📋 copy color: '#D1471C'

red 209 ◦ green 71 ◦ blue 28

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

Shades of Harley Davidson Orange #D1471C

Tints of Harley Davidson Orange #D1471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 67.86%
G = 23.05%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1471C (or 0xD1471C) is known color: Harley Davidson Orange. HEX triplet: D1, 47 and 1C. RGB value is (209,71,28). Sum of RGB (Red+Green+Blue) = 209+71+28=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1471C is #2EB8E3. Grayscale: #6B6B6B. Windows color (decimal): -3061988 or 1853393. OLE color: 1853393.

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

Color convert

RGB 209 71 28 -
CMYK 0 0.66 0.87 0.18
HSL 14.25º 0.76% 0.46% -
HSV(B) 14.25º 0.87% 0.82% -
XYZ 28.76 18.15 3.09 -
YUV 107.36 83.22 200.5 -
System Red Green Blue C M Y K H S L
Decimal 209 71 28 0 0.66 0.87 0.18 14.25 0.76 0.46
Hex D1 47 1C 0 42 57 12 E 4C 2E
Octal 321 107 34 0 102 127 22 16 114 56
Binary 11010001 1000111 11100 0 1000010 1010111 10010 1110 1001100 101110

Color Harmonies of #D1471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1471C

Black with #D1471C

Text Example


Text Example

White with #D1471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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