#C62A20

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

Shades of Harley Davidson Orange #C62A20

Tints of Harley Davidson Orange #C62A20

Color information

#C62A20 (or 0xC62A20) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 2A and 20. RGB value is (198,42,32). Sum of RGB (Red+Green+Blue) = 198+42+32=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A20 is #39D5DF. Grayscale: #575757. Windows color (decimal): -3790304 or 2108102. OLE color: 2108102.

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

Color convert

RGB1984232-
CMYK00.790.840.22
HSL3.61º72.17%45.1%-
HSV(B)3.61º83.84%77.65%-
XYZ24.3813.772.74-
YUV87.596.68206.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.79%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 32 (12.89% from 255) = 11.76%
R=72.79%
G=15.44%
B=11.76%

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
Decimal198423200.790.840.223.6172.1745.1
HexC62A2004F54164482d
Octal3065240011712426411055
Binary11000110101010100000010011111010100101101001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62A20; }

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

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

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

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

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

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

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

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