Html Css Color HEX #D0471C Harley Davidson Orange

📋 copy color: '#D0471C'

red 208 ◦ green 71 ◦ blue 28

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

Shades of Harley Davidson Orange #D0471C

Tints of Harley Davidson Orange #D0471C

RGB

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

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

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

R = 67.75%
G = 23.13%
B = 9.12%

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

#D0471C (or 0xD0471C) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 1C. RGB value is (208,71,28). Sum of RGB (Red+Green+Blue) = 208+71+28=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0471C is #2FB8E3. Grayscale: #6B6B6B. Windows color (decimal): -3127524 or 1853392. OLE color: 1853392.

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

Color convert

RGB 208 71 28 -
CMYK 0 0.66 0.87 0.18
HSL 14.33º 0.76% 0.46% -
HSV(B) 14.33º 0.87% 0.82% -
XYZ 28.48 18 3.07 -
YUV 107.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 208 71 28 0 0.66 0.87 0.18 14.33 0.76 0.46
Hex D0 47 1C 0 42 57 12 E 4C 2E
Octal 320 107 34 0 102 127 22 16 114 56
Binary 11010000 1000111 11100 0 1000010 1010111 10010 1110 1001100 101110

Color Harmonies of #D0471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0471C

Black with #D0471C

Text Example


Text Example

White with #D0471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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