#c3311c

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

Shades of Harley Davidson Orange #C3311C

Tints of Harley Davidson Orange #C3311C

Color information

#C3311C (or 0xC3311C) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 31 and 1C. RGB value is (195,49,28). Sum of RGB (Red+Green+Blue) = 195+49+28=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3311C is #3CCEE3. Grayscale: #5A5A5A. Windows color (decimal): -3985124 or 1847747. OLE color: 1847747.

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

Color convert

RGB1954928-
CMYK00.750.860.24
HSL7.54º74.89%43.73%-
HSV(B)7.54º85.64%76.47%-
XYZ23.8113.882.52-
YUV90.2692.87202.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 71.69%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=71.69%
G=18.01%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195492800.750.860.247.5474.8943.73
HexC3311C04B561884b2c
Octal30361340113126301011354
Binary11000011110001111000100101110101101100010001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3311c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3311c; }

 p { color: rgb(195,49,28); }

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

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

 a { background-color: rgb(195,49,28); }

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

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

 span { border-color: rgb(195,49,28); }

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