Html Css Color HEX #DC2311 Harley Davidson Orange

📋 copy color: '#DC2311'

red 220 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #DC2311

Tints of Harley Davidson Orange #DC2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 80.88%
G = 12.87%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC2311 (or 0xDC2311) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 11. RGB value is (220,35,17). Sum of RGB (Red+Green+Blue) = 220+35+17=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2311 is #23DCEE. Grayscale: #585858. Windows color (decimal): -2350319 or 1123292. OLE color: 1123292.

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

Color convert

RGB 220 35 17 -
CMYK 0 0.84 0.92 0.14
HSL 5.32º 0.86% 0.46% -
HSV(B) 5.32º 0.92% 0.86% -
XYZ 30.22 16.46 2.11 -
YUV 88.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 220 35 17 0 0.84 0.92 0.14 5.32 0.86 0.46
Hex DC 23 11 0 54 5C E 5 56 2E
Octal 334 43 21 0 124 134 16 5 126 56
Binary 11011100 100011 10001 0 1010100 1011100 1110 101 1010110 101110

Color Harmonies of #DC2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2311

Black with #DC2311

Text Example


Text Example

White with #DC2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2311; }

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

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

background-color css

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

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

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

border-color css

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

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

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