#c1291b

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

Shades of Harley Davidson Orange #C1291B

Tints of Harley Davidson Orange #C1291B

Color information

#C1291B (or 0xC1291B) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 29 and 1B. RGB value is (193,41,27). Sum of RGB (Red+Green+Blue) = 193+41+27=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1291B is #3ED6E4. Grayscale: #555555. Windows color (decimal): -4118245 or 1780161. OLE color: 1780161.

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

Color convert

RGB1934127-
CMYK00.790.860.24
HSL5.06º75.45%43.14%-
HSV(B)5.06º86.01%75.69%-
XYZ22.98132.34-
YUV84.8595.36205.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.95%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=73.95%
G=15.71%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193412700.790.860.245.0675.4543.14
HexC1291B04F561854b2b
Octal3015133011712630511353
Binary1100000110100111011010011111010110110001011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1291b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1291b; }

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

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

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

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

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

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

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

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