#C63712

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

Shades of Harley Davidson Orange #C63712

Tints of Harley Davidson Orange #C63712

Color information

#C63712 (or 0xC63712) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 37 and 12. RGB value is (198,55,18). Sum of RGB (Red+Green+Blue) = 198+55+18=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63712 is #39C8ED. Grayscale: #5D5D5D. Windows color (decimal): -3786990 or 1193926. OLE color: 1193926.

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

Color convert

RGB1985518-
CMYK00.720.910.22
HSL12.33º83.33%42.35%-
HSV(B)12.33º90.91%77.65%-
XYZ24.7614.782.12-
YUV93.5485.38202.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.06%
GREEN value IS 55 (21.88% from 255) = 20.30%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=73.06%
G=20.30%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198551800.720.910.2212.3383.3342.35
HexC637120485B16c532a
Octal30667220110133261412352
Binary11000110110111100100100100010110111011011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63712; }

 p { color: rgb(198,55,18); }

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

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

 a { background-color: rgb(198,55,18); }

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

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

 span { border-color: rgb(198,55,18); }

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