Html Css Color HEX #DC311B Harley Davidson Orange

📋 copy color: '#DC311B'

red 220 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #DC311B

Tints of Harley Davidson Orange #DC311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

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

R = 74.32%
G = 16.55%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC311B (or 0xDC311B) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 1B. RGB value is (220,49,27). Sum of RGB (Red+Green+Blue) = 220+49+27=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC311B is #23CEE4. Grayscale: #616161. Windows color (decimal): -2346725 or 1782236. OLE color: 1782236.

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

Color convert

RGB 220 49 27 -
CMYK 0 0.78 0.88 0.14
HSL 6.84º 0.78% 0.48% -
HSV(B) 6.84º 0.88% 0.86% -
XYZ 30.81 17.49 2.79 -
YUV 97.62 88.15 215.29 -
System Red Green Blue C M Y K H S L
Decimal 220 49 27 0 0.78 0.88 0.14 6.84 0.78 0.48
Hex DC 31 1B 0 4E 58 E 7 4E 30
Octal 334 61 33 0 116 130 16 7 116 60
Binary 11011100 110001 11011 0 1001110 1011000 1110 111 1001110 110000

Color Harmonies of #DC311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC311B

Black with #DC311B

Text Example


Text Example

White with #DC311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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