#C3311B

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

Shades of Harley Davidson Orange #C3311B

Tints of Harley Davidson Orange #C3311B

Color information

#C3311B (or 0xC3311B) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 31 and 1B. RGB value is (195,49,27). Sum of RGB (Red+Green+Blue) = 195+49+27=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C3311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3311B is #3CCEE4. Grayscale: #5A5A5A. Windows color (decimal): -3985125 or 1782211. OLE color: 1782211.

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

Color convert

RGB1954927-
CMYK00.750.860.24
HSL7.86º75.68%43.53%-
HSV(B)7.86º86.15%76.47%-
XYZ23.813.882.46-
YUV90.1592.37202.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 71.96%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=71.96%
G=18.08%
B=9.96%

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
Decimal195492700.750.860.247.8675.6843.53
HexC3311B04B561884c2c
Octal30361330113126301011454
Binary11000011110001110110100101110101101100010001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3311B; }

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

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

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

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

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

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

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

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