#C4340B

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

Shades of Harley Davidson Orange #C4340B

Tints of Harley Davidson Orange #C4340B

Color information

#C4340B (or 0xC4340B) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 34 and 0B. RGB value is (196,52,11). Sum of RGB (Red+Green+Blue) = 196+52+11=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4340B is #3BCBF4. Grayscale: #5A5A5A. Windows color (decimal): -3918837 or 734404. OLE color: 734404.

HSL color Cylindrical-coordinate representation of color #C4340B: hue angle of 13.3º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4340B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB1965211-
CMYK00.730.940.23
HSL13.3º89.37%40.59%-
HSV(B)13.3º94.39%76.86%-
XYZ24.0514.221.79-
YUV90.3883.21203.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 75.68%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 11 (4.69% from 255) = 4.25%
R=75.68%
G=20.08%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196521100.730.940.2313.389.3740.59
HexC434B0495E17d5929
Octal30464130111136271513151
Binary1100010011010010110100100110111101011111011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4340B; }

 p { color: rgb(196,52,11); }

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

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

 a { background-color: rgb(196,52,11); }

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

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

 span { border-color: rgb(196,52,11); }

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