#C62810

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

Shades of Harley Davidson Orange #C62810

Tints of Harley Davidson Orange #C62810

Color information

#C62810 (or 0xC62810) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 28 and 10. RGB value is (198,40,16). Sum of RGB (Red+Green+Blue) = 198+40+16=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62810 is #39D7EF. Grayscale: #545454. Windows color (decimal): -3790832 or 1059014. OLE color: 1059014.

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

Color convert

RGB1984016-
CMYK00.800.920.22
HSL7.91º85.05%41.96%-
HSV(B)7.91º91.92%77.65%-
XYZ24.1413.561.84-
YUV84.5189.35208.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 77.95%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 16 (6.64% from 255) = 6.30%
R=77.95%
G=15.75%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198401600.800.920.227.9185.0541.96
HexC628100505C168552a
Octal30650200120134261012552
Binary11000110101000100000101000010111001011010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62810; }

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

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

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

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

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

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

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

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