#DC1C11

Color #DC1C11 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DC1C11

Tints of Harley Davidson Orange #DC1C11

Color information

#DC1C11 (or 0xDC1C11) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 1C and 11. RGB value is (220,28,17). Sum of RGB (Red+Green+Blue) = 220+28+17=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1C11 is #23E3EE. Grayscale: #545454. Windows color (decimal): -2352111 or 1121500. OLE color: 1121500.

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

Color convert

RGB2202817-
CMYK00.870.920.14
HSL3.25º85.65%46.47%-
HSV(B)3.25º92.27%86.27%-
XYZ30.0316.092.05-
YUV84.1590.11224.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 83.02%
GREEN value IS 28 (11.33% from 255) = 10.57%
BLUE value IS 17 (7.03% from 255) = 6.42%
R=83.02%
G=10.57%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220281700.870.920.143.2585.6546.47
HexDC1C110575CE3562e
Octal3343421012713416312656
Binary1101110011100100010101011110111001110111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1C11; }

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

 H1.HeaderClassName
 {
   color: #DC1C11;
 }
 .AnyTagClassName
 {
   color: #DC1C11;
 }
</style>
background-color css

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

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

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

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

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

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