#C63703

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

Shades of Harley Davidson Orange #C63703

Tints of Harley Davidson Orange #C63703

Color information

#C63703 (or 0xC63703) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 37 and 03. RGB value is (198,55,3). Sum of RGB (Red+Green+Blue) = 198+55+3=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63703 is #39C8FC. Grayscale: #5C5C5C. Windows color (decimal): -3787005 or 210886. OLE color: 210886.

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

Color convert

RGB198553-
CMYK00.720.980.22
HSL16º97.01%39.41%-
HSV(B)16º98.48%77.65%-
XYZ24.6714.741.63-
YUV91.8377.88203.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 77.34%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=77.34%
G=21.48%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19855300.720.980.221697.0139.41
HexC63730486216106127
Octal3066730110142262014147
Binary110001101101111101001000110001010110100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63703; }

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

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

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

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

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

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

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

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