#C1311C

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

Shades of Harley Davidson Orange #C1311C

Tints of Harley Davidson Orange #C1311C

Color information

#C1311C (or 0xC1311C) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 31 and 1C. RGB value is (193,49,28). Sum of RGB (Red+Green+Blue) = 193+49+28=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C1311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1311C is #3ECEE3. Grayscale: #595959. Windows color (decimal): -4116196 or 1847745. OLE color: 1847745.

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

Color convert

RGB1934928-
CMYK00.750.850.24
HSL7.64º74.66%43.33%-
HSV(B)7.64º85.49%75.69%-
XYZ23.313.622.5-
YUV89.6693.21201.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 71.48%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=71.48%
G=18.15%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193492800.750.850.247.6474.6643.33
HexC1311C04B551884b2b
Octal30161340113125301011353
Binary11000001110001111000100101110101011100010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1311C; }

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

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

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

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

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

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

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

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