#c1311b

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

Shades of Harley Davidson Orange #C1311B

Tints of Harley Davidson Orange #C1311B

Color information

#C1311B (or 0xC1311B) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 31 and 1B. RGB value is (193,49,27). Sum of RGB (Red+Green+Blue) = 193+49+27=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1311B is #3ECEE4. Grayscale: #595959. Windows color (decimal): -4116197 or 1782209. OLE color: 1782209.

HSL color Cylindrical-coordinate representation of color #C1311B: hue angle of 7.95º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1311B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1934927-
CMYK00.750.860.24
HSL7.95º75.45%43.14%-
HSV(B)7.95º86.01%75.69%-
XYZ23.2913.612.44-
YUV89.5592.71201.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 71.75%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=71.75%
G=18.22%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193492700.750.860.247.9575.4543.14
HexC1311B04B561884b2b
Octal30161330113126301011353
Binary11000001110001110110100101110101101100010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1311b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1311b; }

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

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

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

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

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

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

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

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