#C3291A

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

Shades of Harley Davidson Orange #C3291A

Tints of Harley Davidson Orange #C3291A

Color information

#C3291A (or 0xC3291A) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 29 and 1A. RGB value is (195,41,26). Sum of RGB (Red+Green+Blue) = 195+41+26=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3291A is #3CD6E5. Grayscale: #555555. Windows color (decimal): -3987174 or 1714627. OLE color: 1714627.

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

Color convert

RGB1954126-
CMYK00.790.870.24
HSL5.33º76.47%43.33%-
HSV(B)5.33º86.67%76.47%-
XYZ23.4913.262.3-
YUV85.3494.52206.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 74.43%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=74.43%
G=15.65%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195412600.790.870.245.3376.4743.33
HexC3291A04F571854c2b
Octal3035132011712730511453
Binary1100001110100111010010011111010111110001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3291A; }

 p { color: rgb(195,41,26); }

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

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

 a { background-color: rgb(195,41,26); }

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

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

 span { border-color: rgb(195,41,26); }

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