Html Css Color HEX #DC311A Harley Davidson Orange

📋 copy color: '#DC311A'

red 220 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #DC311A

Tints of Harley Davidson Orange #DC311A

RGB

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

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

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

R = 74.58%
G = 16.61%
B = 8.81%

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

#DC311A (or 0xDC311A) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 1A. RGB value is (220,49,26). Sum of RGB (Red+Green+Blue) = 220+49+26=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC311A is #23CEE5. Grayscale: #616161. Windows color (decimal): -2346726 or 1716700. OLE color: 1716700.

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

Color convert

RGB 220 49 26 -
CMYK 0 0.78 0.88 0.14
HSL 7.11º 0.79% 0.48% -
HSV(B) 7.11º 0.88% 0.86% -
XYZ 30.8 17.49 2.73 -
YUV 97.51 87.65 215.37 -
System Red Green Blue C M Y K H S L
Decimal 220 49 26 0 0.78 0.88 0.14 7.11 0.79 0.48
Hex DC 31 1A 0 4E 58 E 7 4F 30
Octal 334 61 32 0 116 130 16 7 117 60
Binary 11011100 110001 11010 0 1001110 1011000 1110 111 1001111 110000

Color Harmonies of #DC311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC311A

Black with #DC311A

Text Example


Text Example

White with #DC311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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