Html Css Color HEX #D0471B Harley Davidson Orange

📋 copy color: '#D0471B'

red 208 ◦ green 71 ◦ blue 27

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

Shades of Harley Davidson Orange #D0471B

Tints of Harley Davidson Orange #D0471B

RGB

 RED value IS 208 (81.64% from 255) = 67.97%

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

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 67.97%
G = 23.2%
B = 8.82%

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

#D0471B (or 0xD0471B) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 1B. RGB value is (208,71,27). Sum of RGB (Red+Green+Blue) = 208+71+27=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0471B is #2FB8E4. Grayscale: #6B6B6B. Windows color (decimal): -3127525 or 1787856. OLE color: 1787856.

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

Color convert

RGB 208 71 27 -
CMYK 0 0.66 0.87 0.18
HSL 14.59º 0.77% 0.46% -
HSV(B) 14.59º 0.87% 0.82% -
XYZ 28.46 18 3.01 -
YUV 106.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 208 71 27 0 0.66 0.87 0.18 14.59 0.77 0.46
Hex D0 47 1B 0 42 57 12 F 4D 2E
Octal 320 107 33 0 102 127 22 17 115 56
Binary 11010000 1000111 11011 0 1000010 1010111 10010 1111 1001101 101110

Color Harmonies of #D0471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0471B

Black with #D0471B

Text Example


Text Example

White with #D0471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0471B; }

 p { color: rgb(208,71,27); }

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

background-color css

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

 a { background-color: rgb(208,71,27); }

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

border-color css

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

 span { border-color: rgb(208,71,27); }

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