#C1391C

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

Shades of Harley Davidson Orange #C1391C

Tints of Harley Davidson Orange #C1391C

Color information

#C1391C (or 0xC1391C) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 39 and 1C. RGB value is (193,57,28). Sum of RGB (Red+Green+Blue) = 193+57+28=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C1391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1391C is #3EC6E3. Grayscale: #5E5E5E. Windows color (decimal): -4114148 or 1849793. OLE color: 1849793.

HSL color Cylindrical-coordinate representation of color #C1391C: hue angle of 10.55º 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 #C1391C is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1935728-
CMYK00.700.850.24
HSL10.55º74.66%43.33%-
HSV(B)10.55º85.49%75.69%-
XYZ23.6714.352.62-
YUV94.3690.56198.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.42%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 28 (11.33% from 255) = 10.07%
R=69.42%
G=20.50%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193572800.700.850.2410.5574.6643.33
HexC1391C0465518b4b2b
Octal30171340106125301311353
Binary11000001111001111000100011010101011100010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1391C; }

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

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

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

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

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

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

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

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