#C63604

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

Shades of Harley Davidson Orange #C63604

Tints of Harley Davidson Orange #C63604

Color information

#C63604 (or 0xC63604) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 36 and 04. RGB value is (198,54,4). Sum of RGB (Red+Green+Blue) = 198+54+4=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63604 is #39C9FB. Grayscale: #5B5B5B. Windows color (decimal): -3787260 or 276166. OLE color: 276166.

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

Color convert

RGB198544-
CMYK00.730.980.22
HSL15.46º96.04%39.61%-
HSV(B)15.46º97.98%77.65%-
XYZ24.6314.651.65-
YUV91.3678.71204.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 77.34%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=77.34%
G=21.09%
B=1.56%

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
Decimal19854400.730.980.2215.4696.0439.61
HexC63640496216f6028
Octal3066640111142261714050
Binary110001101101101000100100111000101011011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63604; }

 p { color: rgb(198,54,4); }

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

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

 a { background-color: rgb(198,54,4); }

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

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

 span { border-color: rgb(198,54,4); }

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