#C71E0A

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

Shades of Harley Davidson Orange #C71E0A

Tints of Harley Davidson Orange #C71E0A

Color information

#C71E0A (or 0xC71E0A) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 1E and 0A. RGB value is (199,30,10). Sum of RGB (Red+Green+Blue) = 199+30+10=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E0A is #38E1F5. Grayscale: #4E4E4E. Windows color (decimal): -3727862 or 663239. OLE color: 663239.

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

Color convert

RGB1993010-
CMYK00.850.950.22
HSL6.35º90.43%40.98%-
HSV(B)6.35º94.97%78.04%-
XYZ24.0713.091.55-
YUV78.2589.49214.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 83.26%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=83.26%
G=12.55%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199301000.850.950.226.3590.4340.98
HexC71EA0555F1665a29
Octal3073612012513726613251
Binary11000111111101010010101011011111101101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71E0A; }

 p { color: rgb(199,30,10); }

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

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

 a { background-color: rgb(199,30,10); }

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

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

 span { border-color: rgb(199,30,10); }

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