#C63103

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

Shades of Harley Davidson Orange #C63103

Tints of Harley Davidson Orange #C63103

Color information

#C63103 (or 0xC63103) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 31 and 03. RGB value is (198,49,3). Sum of RGB (Red+Green+Blue) = 198+49+3=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C63103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63103 is #39CEFC. Grayscale: #585858. Windows color (decimal): -3788541 or 209350. OLE color: 209350.

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

Color convert

RGB198493-
CMYK00.750.980.22
HSL14.15º97.01%39.41%-
HSV(B)14.15º98.48%77.65%-
XYZ24.414.211.54-
YUV88.3179.86206.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 79.2%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 3 (1.56% from 255) = 1.2%
R=79.2%
G=19.6%
B=1.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19849300.750.980.2214.1597.0139.41
HexC631304B6216e6127
Octal3066130113142261614147
Binary11000110110001110100101111000101011011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63103; }

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

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

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

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

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

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

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

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