Html Css Color HEX #DC4711 Harley Davidson Orange

📋 copy color: '#DC4711'

red 220 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #DC4711

Tints of Harley Davidson Orange #DC4711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 71.43%
G = 23.05%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC4711 (or 0xDC4711) is known color: Harley Davidson Orange. HEX triplet: DC, 47 and 11. RGB value is (220,71,17). Sum of RGB (Red+Green+Blue) = 220+71+17=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4711 is #23B8EE. Grayscale: #6D6D6D. Windows color (decimal): -2341103 or 1132508. OLE color: 1132508.

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

Color convert

RGB 220 71 17 -
CMYK 0 0.68 0.92 0.14
HSL 15.96º 0.86% 0.46% -
HSV(B) 15.96º 0.92% 0.86% -
XYZ 31.87 19.76 2.67 -
YUV 109.4 75.86 206.89 -
System Red Green Blue C M Y K H S L
Decimal 220 71 17 0 0.68 0.92 0.14 15.96 0.86 0.46
Hex DC 47 11 0 44 5C E 10 56 2E
Octal 334 107 21 0 104 134 16 20 126 56
Binary 11011100 1000111 10001 0 1000100 1011100 1110 10000 1010110 101110

Color Harmonies of #DC4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4711

Black with #DC4711

Text Example


Text Example

White with #DC4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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