#C62B1B

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

Shades of Harley Davidson Orange #C62B1B

Tints of Harley Davidson Orange #C62B1B

Color information

#C62B1B (or 0xC62B1B) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 2B and 1B. RGB value is (198,43,27). Sum of RGB (Red+Green+Blue) = 198+43+27=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B1B is #39D4E4. Grayscale: #575757. Windows color (decimal): -3790053 or 1780678. OLE color: 1780678.

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

Color convert

RGB1984327-
CMYK00.780.860.22
HSL5.61º76%44.12%-
HSV(B)5.61º86.36%77.65%-
XYZ24.3513.812.42-
YUV87.5293.85206.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.88%
GREEN value IS 43 (17.19% from 255) = 16.04%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=73.88%
G=16.04%
B=10.07%

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
Decimal198432700.780.860.225.617644.12
HexC62B1B04E561664c2c
Octal3065333011612626611454
Binary1100011010101111011010011101010110101101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62B1B; }

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

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

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

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

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

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

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

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