#C63812

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

Shades of Harley Davidson Orange #C63812

Tints of Harley Davidson Orange #C63812

Color information

#C63812 (or 0xC63812) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 38 and 12. RGB value is (198,56,18). Sum of RGB (Red+Green+Blue) = 198+56+18=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C63812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63812 is #39C7ED. Grayscale: #5E5E5E. Windows color (decimal): -3786734 or 1194182. OLE color: 1194182.

HSL color Cylindrical-coordinate representation of color #C63812: hue angle of 12.67º 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 #C63812 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB1985618-
CMYK00.720.910.22
HSL12.67º83.33%42.35%-
HSV(B)12.67º90.91%77.65%-
XYZ24.8114.882.14-
YUV94.1385.04202.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.79%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=72.79%
G=20.59%
B=6.62%

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
Decimal198561800.720.910.2212.6783.3342.35
HexC638120485B16d532a
Octal30670220110133261512352
Binary11000110111000100100100100010110111011011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63812; }

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

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

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

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

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

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

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

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