#C61D11

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

Shades of Harley Davidson Orange #C61D11

Tints of Harley Davidson Orange #C61D11

Color information

#C61D11 (or 0xC61D11) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 1D and 11. RGB value is (198,29,17). Sum of RGB (Red+Green+Blue) = 198+29+17=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61D11 is #39E2EE. Grayscale: #4E4E4E. Windows color (decimal): -3793647 or 1121734. OLE color: 1121734.

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

Color convert

RGB1982917-
CMYK00.850.910.22
HSL3.98º84.19%42.16%-
HSV(B)3.98º91.41%77.65%-
XYZ23.8312.921.77-
YUV78.1693.49213.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 81.15%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=81.15%
G=11.89%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198291700.850.910.223.9884.1942.16
HexC61D110555B164542a
Octal3063521012513326412452
Binary110001101110110001010101011011011101101001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61D11; }

 p { color: rgb(198,29,17); }

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

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

 a { background-color: rgb(198,29,17); }

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

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

 span { border-color: rgb(198,29,17); }

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