#C63304

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

Shades of Harley Davidson Orange #C63304

Tints of Harley Davidson Orange #C63304

Color information

#C63304 (or 0xC63304) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 33 and 04. RGB value is (198,51,4). Sum of RGB (Red+Green+Blue) = 198+51+4=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C63304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63304 is #39CCFB. Grayscale: #595959. Windows color (decimal): -3788028 or 275398. OLE color: 275398.

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

Color convert

RGB198514-
CMYK00.740.980.22
HSL14.54º96.04%39.61%-
HSV(B)14.54º97.98%77.65%-
XYZ24.4914.381.6-
YUV89.679.7205.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 78.26%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=78.26%
G=20.16%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19851400.740.980.2214.5496.0439.61
HexC633404A6216f6028
Octal3066340112142261714050
Binary110001101100111000100101011000101011011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63304; }

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

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

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

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

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

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

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

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