#C62C1B

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

Shades of Harley Davidson Orange #C62C1B

Tints of Harley Davidson Orange #C62C1B

Color information

#C62C1B (or 0xC62C1B) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 2C and 1B. RGB value is (198,44,27). Sum of RGB (Red+Green+Blue) = 198+44+27=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C1B is #39D3E4. Grayscale: #585858. Windows color (decimal): -3789797 or 1780934. OLE color: 1780934.

HSL color Cylindrical-coordinate representation of color #C62C1B: hue angle of 5.96º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C62C1B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB1984427-
CMYK00.780.860.22
HSL5.96º76%44.12%-
HSV(B)5.96º86.36%77.65%-
XYZ24.3913.892.43-
YUV88.1193.52206.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.61%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=73.61%
G=16.36%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198442700.780.860.225.967644.12
HexC62C1B04E561664c2c
Octal3065433011612626611454
Binary1100011010110011011010011101010110101101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62C1B; }

 p { color: rgb(198,44,27); }

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

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

 a { background-color: rgb(198,44,27); }

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

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

 span { border-color: rgb(198,44,27); }

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