#C43412

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

Shades of Harley Davidson Orange #C43412

Tints of Harley Davidson Orange #C43412

Color information

#C43412 (or 0xC43412) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 34 and 12. RGB value is (196,52,18). Sum of RGB (Red+Green+Blue) = 196+52+18=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43412 is #3BCBED. Grayscale: #5B5B5B. Windows color (decimal): -3918830 or 1193156. OLE color: 1193156.

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

Color convert

RGB1965218-
CMYK00.730.910.23
HSL11.46º83.18%41.96%-
HSV(B)11.46º90.82%76.86%-
XYZ24.114.242.05-
YUV91.1886.71202.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 73.68%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=73.68%
G=19.55%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196521800.730.910.2311.4683.1841.96
HexC434120495B17b532a
Octal30464220111133271312352
Binary11000100110100100100100100110110111011110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43412; }

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

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

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

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

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

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

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

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