#C62910

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

Shades of Harley Davidson Orange #C62910

Tints of Harley Davidson Orange #C62910

Color information

#C62910 (or 0xC62910) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 29 and 10. RGB value is (198,41,16). Sum of RGB (Red+Green+Blue) = 198+41+16=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C62910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62910 is #39D6EF. Grayscale: #555555. Windows color (decimal): -3790576 or 1059270. OLE color: 1059270.

HSL color Cylindrical-coordinate representation of color #C62910: hue angle of 8.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C62910 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB1984116-
CMYK00.790.920.22
HSL8.24º85.05%41.96%-
HSV(B)8.24º91.92%77.65%-
XYZ24.1813.631.85-
YUV85.0989.01208.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 77.65%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=77.65%
G=16.08%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198411600.790.920.228.2485.0541.96
HexC6291004F5C168552a
Octal30651200117134261012552
Binary11000110101001100000100111110111001011010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62910; }

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

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

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

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

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

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

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

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