#C74116

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

Shades of Harley Davidson Orange #C74116

Tints of Harley Davidson Orange #C74116

Color information

#C74116 (or 0xC74116) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 41 and 16. RGB value is (199,65,22). Sum of RGB (Red+Green+Blue) = 199+65+22=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C74116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74116 is #38BEE9. Grayscale: #646464. Windows color (decimal): -3718890 or 1458631. OLE color: 1458631.

HSL color Cylindrical-coordinate representation of color #C74116: hue angle of 14.58º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C74116 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1996522-
CMYK00.670.890.22
HSL14.58º80.09%43.33%-
HSV(B)14.58º88.94%78.04%-
XYZ25.5915.982.49-
YUV100.1683.89198.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.58%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=69.58%
G=22.73%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199652200.670.890.2214.5880.0943.33
HexC741160435916f502b
Octal307101260103131261712053
Binary110001111000001101100100001110110011011011111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74116; }

 p { color: rgb(199,65,22); }

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

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

 a { background-color: rgb(199,65,22); }

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

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

 span { border-color: rgb(199,65,22); }

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