#C61E10

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

Shades of Harley Davidson Orange #C61E10

Tints of Harley Davidson Orange #C61E10

Color information

#C61E10 (or 0xC61E10) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 1E and 10. RGB value is (198,30,16). Sum of RGB (Red+Green+Blue) = 198+30+16=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61E10 is #39E1EF. Grayscale: #4E4E4E. Windows color (decimal): -3793392 or 1056454. OLE color: 1056454.

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

Color convert

RGB1983016-
CMYK00.850.920.22
HSL4.62º85.05%41.96%-
HSV(B)4.62º91.92%77.65%-
XYZ23.8512.971.74-
YUV78.6492.66213.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 81.15%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=81.15%
G=12.30%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198301600.850.920.224.6285.0541.96
HexC61E100555C165552a
Octal3063620012513426512552
Binary110001101111010000010101011011100101101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61E10; }

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

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

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

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

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

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

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

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