Html Css Color HEX #DC471B Harley Davidson Orange

📋 copy color: '#DC471B'

red 220 ◦ green 71 ◦ blue 27

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

Shades of Harley Davidson Orange #DC471B

Tints of Harley Davidson Orange #DC471B

RGB

 RED value IS 220 (86.33% from 255) = 69.18%

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

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

R = 69.18%
G = 22.33%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC471B (or 0xDC471B) is known color: Harley Davidson Orange. HEX triplet: DC, 47 and 1B. RGB value is (220,71,27). Sum of RGB (Red+Green+Blue) = 220+71+27=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC471B is #23B8E4. Grayscale: #6E6E6E. Windows color (decimal): -2341093 or 1787868. OLE color: 1787868.

HSL color Cylindrical-coordinate representation of color #DC471B: hue angle of 13.68º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC471B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 27 -
CMYK 0 0.68 0.88 0.14
HSL 13.68º 0.78% 0.48% -
HSV(B) 13.68º 0.88% 0.86% -
XYZ 31.97 19.8 3.17 -
YUV 110.54 80.86 206.08 -
System Red Green Blue C M Y K H S L
Decimal 220 71 27 0 0.68 0.88 0.14 13.68 0.78 0.48
Hex DC 47 1B 0 44 58 E E 4E 30
Octal 334 107 33 0 104 130 16 16 116 60
Binary 11011100 1000111 11011 0 1000100 1011000 1110 1110 1001110 110000

Color Harmonies of #DC471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC471B

Black with #DC471B

Text Example


Text Example

White with #DC471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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