#C94616

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

Shades of Harley Davidson Orange #C94616

Tints of Harley Davidson Orange #C94616

Color information

#C94616 (or 0xC94616) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 46 and 16. RGB value is (201,70,22). Sum of RGB (Red+Green+Blue) = 201+70+22=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94616 is #36B9E9. Grayscale: #686868. Windows color (decimal): -3586538 or 1459913. OLE color: 1459913.

HSL color Cylindrical-coordinate representation of color #C94616: hue angle of 16.09º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C94616 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2017022-
CMYK00.650.890.21
HSL16.09º80.27%43.73%-
HSV(B)16.09º89.05%78.82%-
XYZ26.4216.862.62-
YUV103.781.9197.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 68.60%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=68.60%
G=23.89%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201702200.650.890.2116.0980.2743.73
HexC94616041591510502c
Octal311106260101131252012054
Binary1100100110001101011001000001101100110101100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94616; }

 p { color: rgb(201,70,22); }

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

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

 a { background-color: rgb(201,70,22); }

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

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

 span { border-color: rgb(201,70,22); }

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