#C71B10

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

Shades of Harley Davidson Orange #C71B10

Tints of Harley Davidson Orange #C71B10

Color information

#C71B10 (or 0xC71B10) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 1B and 10. RGB value is (199,27,16). Sum of RGB (Red+Green+Blue) = 199+27+16=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71B10 is #38E4EF. Grayscale: #4D4D4D. Windows color (decimal): -3728624 or 1055687. OLE color: 1055687.

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

Color convert

RGB1992716-
CMYK00.860.920.22
HSL3.61º85.12%42.16%-
HSV(B)3.61º91.96%78.04%-
XYZ24.0412.961.73-
YUV77.1793.48214.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 82.23%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=82.23%
G=11.16%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199271600.860.920.223.6185.1242.16
HexC71B100565C164552a
Octal3073320012613426412552
Binary110001111101110000010101101011100101101001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71B10; }

 p { color: rgb(199,27,16); }

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

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

 a { background-color: rgb(199,27,16); }

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

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

 span { border-color: rgb(199,27,16); }

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