#C43204

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

Shades of Harley Davidson Orange #C43204

Tints of Harley Davidson Orange #C43204

Color information

#C43204 (or 0xC43204) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 32 and 04. RGB value is (196,50,4). Sum of RGB (Red+Green+Blue) = 196+50+4=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C43204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43204 is #3BCDFB. Grayscale: #585858. Windows color (decimal): -3919356 or 275140. OLE color: 275140.

HSL color Cylindrical-coordinate representation of color #C43204: hue angle of 14.38º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C43204 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB196504-
CMYK00.740.980.23
HSL14.38º96%39.22%-
HSV(B)14.38º97.96%76.86%-
XYZ23.9314.031.56-
YUV88.4180.37204.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 78.4%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 1.6%
R=78.4%
G=20%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19650400.740.980.2314.389639.22
HexC432404A6217e6027
Octal3046240112142271614047
Binary110001001100101000100101011000101011111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43204; }

 p { color: rgb(196,50,4); }

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

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

 a { background-color: rgb(196,50,4); }

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

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

 span { border-color: rgb(196,50,4); }

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