#C62920

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

Shades of Harley Davidson Orange #C62920

Tints of Harley Davidson Orange #C62920

Color information

#C62920 (or 0xC62920) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 29 and 20. RGB value is (198,41,32). Sum of RGB (Red+Green+Blue) = 198+41+32=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C62920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62920 is #39D6DF. Grayscale: #575757. Windows color (decimal): -3790560 or 2107846. OLE color: 2107846.

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

Color convert

RGB1984132-
CMYK00.790.840.22
HSL3.25º72.17%45.1%-
HSV(B)3.25º83.84%77.65%-
XYZ24.3413.72.73-
YUV86.9297.01207.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.06%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=73.06%
G=15.13%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198413200.790.840.223.2572.1745.1
HexC6292004F54163482d
Octal3065140011712426311055
Binary1100011010100110000001001111101010010110111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62920; }

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

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

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

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

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

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

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

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