#C3341C

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

Shades of Harley Davidson Orange #C3341C

Tints of Harley Davidson Orange #C3341C

Color information

#C3341C (or 0xC3341C) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 34 and 1C. RGB value is (195,52,28). Sum of RGB (Red+Green+Blue) = 195+52+28=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3341C is #3CCBE3. Grayscale: #5C5C5C. Windows color (decimal): -3984356 or 1848515. OLE color: 1848515.

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

Color convert

RGB1955228-
CMYK00.730.860.24
HSL8.62º74.89%43.73%-
HSV(B)8.62º85.64%76.47%-
XYZ23.9414.142.57-
YUV92.0291.88201.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.91%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=70.91%
G=18.91%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195522800.730.860.248.6274.8943.73
HexC3341C049561894b2c
Octal30364340111126301111354
Binary11000011110100111000100100110101101100010011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3341C; }

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

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

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

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

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

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

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

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