#C3280C

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

Shades of Harley Davidson Orange #C3280C

Tints of Harley Davidson Orange #C3280C

Color information

#C3280C (or 0xC3280C) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 28 and 0C. RGB value is (195,40,12). Sum of RGB (Red+Green+Blue) = 195+40+12=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C3280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3280C is #3CD7F3. Grayscale: #535353. Windows color (decimal): -3987444 or 796867. OLE color: 796867.

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

Color convert

RGB1954012-
CMYK00.790.940.24
HSL9.18º88.41%40.59%-
HSV(B)9.18º93.85%76.47%-
XYZ23.3313.151.66-
YUV83.1587.85207.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 78.95%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=78.95%
G=16.19%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195401200.790.940.249.1888.4140.59
HexC328C04F5E1895829
Octal30350140117136301113051
Binary1100001110100011000100111110111101100010011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3280C; }

 p { color: rgb(195,40,12); }

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

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

 a { background-color: rgb(195,40,12); }

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

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

 span { border-color: rgb(195,40,12); }

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