#C3401C

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

Shades of Harley Davidson Orange #C3401C

Tints of Harley Davidson Orange #C3401C

Color information

#C3401C (or 0xC3401C) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 40 and 1C. RGB value is (195,64,28). Sum of RGB (Red+Green+Blue) = 195+64+28=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3401C is #3CBFE3. Grayscale: #636363. Windows color (decimal): -3981284 or 1851587. OLE color: 1851587.

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

Color convert

RGB1956428-
CMYK00.670.860.24
HSL12.93º74.89%43.73%-
HSV(B)12.93º85.64%76.47%-
XYZ24.5515.352.77-
YUV99.0687.9196.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.94%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=67.94%
G=22.30%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195642800.670.860.2412.9374.8943.73
HexC3401C0435618d4b2c
Octal303100340103126301511354
Binary110000111000000111000100001110101101100011011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3401C; }

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

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

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

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

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

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

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

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