#C1311F

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

Shades of Harley Davidson Orange #C1311F

Tints of Harley Davidson Orange #C1311F

Color information

#C1311F (or 0xC1311F) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 31 and 1F. RGB value is (193,49,31). Sum of RGB (Red+Green+Blue) = 193+49+31=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1311F is #3ECEE0. Grayscale: #5A5A5A. Windows color (decimal): -4116193 or 2044353. OLE color: 2044353.

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

Color convert

RGB1934931-
CMYK00.750.840.24
HSL6.67º72.32%43.92%-
HSV(B)6.67º83.94%75.69%-
XYZ23.3413.632.7-
YUV9094.71201.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.70%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=70.70%
G=17.95%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193493100.750.840.246.6772.3243.92
HexC1311F04B54187482c
Octal3016137011312430711054
Binary1100000111000111111010010111010100110001111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1311F; }

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

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

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

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

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

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

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

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