#C7291B

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

Shades of Harley Davidson Orange #C7291B

Tints of Harley Davidson Orange #C7291B

Color information

#C7291B (or 0xC7291B) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 29 and 1B. RGB value is (199,41,27). Sum of RGB (Red+Green+Blue) = 199+41+27=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7291B is #38D6E4. Grayscale: #565656. Windows color (decimal): -3725029 or 1780167. OLE color: 1780167.

HSL color Cylindrical-coordinate representation of color #C7291B: hue angle of 4.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7291B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB1994127-
CMYK00.790.860.22
HSL4.88º76.11%44.31%-
HSV(B)4.88º86.43%78.04%-
XYZ24.5413.812.41-
YUV86.6594.35208.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 74.53%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=74.53%
G=15.36%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199412700.790.860.224.8876.1144.31
HexC7291B04F561654c2c
Octal3075133011712626511454
Binary1100011110100111011010011111010110101101011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7291B; }

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

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

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

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

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

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

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

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