#c1361c

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

Shades of Harley Davidson Orange #C1361C

Tints of Harley Davidson Orange #C1361C

Color information

#C1361C (or 0xC1361C) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 36 and 1C. RGB value is (193,54,28). Sum of RGB (Red+Green+Blue) = 193+54+28=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1361C is #3EC9E3. Grayscale: #5C5C5C. Windows color (decimal): -4114916 or 1849025. OLE color: 1849025.

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

Color convert

RGB1935428-
CMYK00.720.850.24
HSL9.45º74.66%43.33%-
HSV(B)9.45º85.49%75.69%-
XYZ23.5214.062.57-
YUV92.691.55199.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.18%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=70.18%
G=19.64%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193542800.720.850.249.4574.6643.33
HexC1361C048551894b2b
Octal30166340110125301111353
Binary11000001110110111000100100010101011100010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1361c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1361c; }

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

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

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

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

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

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

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

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