Html Css Color HEX #DC471A Harley Davidson Orange

📋 copy color: '#DC471A'

red 220 ◦ green 71 ◦ blue 26

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

Shades of Harley Davidson Orange #DC471A

Tints of Harley Davidson Orange #DC471A

RGB

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

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

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

R = 69.4%
G = 22.4%
B = 8.2%

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

#DC471A (or 0xDC471A) is known color: Harley Davidson Orange. HEX triplet: DC, 47 and 1A. RGB value is (220,71,26). Sum of RGB (Red+Green+Blue) = 220+71+26=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC471A is #23B8E5. Grayscale: #6E6E6E. Windows color (decimal): -2341094 or 1722332. OLE color: 1722332.

HSL color Cylindrical-coordinate representation of color #DC471A: hue angle of 13.92º degrees, saturation: 0.79, 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 #DC471A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 26 -
CMYK 0 0.68 0.88 0.14
HSL 13.92º 0.79% 0.48% -
HSV(B) 13.92º 0.88% 0.86% -
XYZ 31.95 19.8 3.11 -
YUV 110.42 80.36 206.16 -
System Red Green Blue C M Y K H S L
Decimal 220 71 26 0 0.68 0.88 0.14 13.92 0.79 0.48
Hex DC 47 1A 0 44 58 E E 4F 30
Octal 334 107 32 0 104 130 16 16 117 60
Binary 11011100 1000111 11010 0 1000100 1011000 1110 1110 1001111 110000

Color Harmonies of #DC471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC471A

Black with #DC471A

Text Example


Text Example

White with #DC471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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