#C62820

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

Shades of Harley Davidson Orange #C62820

Tints of Harley Davidson Orange #C62820

Color information

#C62820 (or 0xC62820) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 28 and 20. RGB value is (198,40,32). Sum of RGB (Red+Green+Blue) = 198+40+32=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62820 is #39D7DF. Grayscale: #565656. Windows color (decimal): -3790816 or 2107590. OLE color: 2107590.

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

Color convert

RGB1984032-
CMYK00.800.840.22
HSL2.89º72.17%45.1%-
HSV(B)2.89º83.84%77.65%-
XYZ24.3113.632.72-
YUV86.3397.35207.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.33%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=73.33%
G=14.81%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198403200.800.840.222.8972.1745.1
HexC6282005054163482d
Octal3065040012012426311055
Binary1100011010100010000001010000101010010110111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62820; }

 p { color: rgb(198,40,32); }

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

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

 a { background-color: rgb(198,40,32); }

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

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

 span { border-color: rgb(198,40,32); }

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