#C63503

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

Shades of Harley Davidson Orange #C63503

Tints of Harley Davidson Orange #C63503

Color information

#C63503 (or 0xC63503) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 35 and 03. RGB value is (198,53,3). Sum of RGB (Red+Green+Blue) = 198+53+3=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C63503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63503 is #39CAFC. Grayscale: #5B5B5B. Windows color (decimal): -3787517 or 210374. OLE color: 210374.

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

Color convert

RGB198533-
CMYK00.730.980.22
HSL15.38º97.01%39.41%-
HSV(B)15.38º98.48%77.65%-
XYZ24.5814.561.6-
YUV90.6578.54204.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 77.95%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 3 (1.56% from 255) = 1.18%
R=77.95%
G=20.87%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19853300.730.980.2215.3897.0139.41
HexC63530496216f6127
Octal3066530111142261714147
Binary11000110110101110100100111000101011011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63503; }

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

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

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

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

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

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

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

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