#C94016

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

Shades of Harley Davidson Orange #C94016

Tints of Harley Davidson Orange #C94016

Color information

#C94016 (or 0xC94016) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 40 and 16. RGB value is (201,64,22). Sum of RGB (Red+Green+Blue) = 201+64+22=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C94016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94016 is #36BFE9. Grayscale: #646464. Windows color (decimal): -3588074 or 1458377. OLE color: 1458377.

HSL color Cylindrical-coordinate representation of color #C94016: hue angle of 14.08º 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 #C94016 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2016422-
CMYK00.680.890.21
HSL14.08º80.27%43.73%-
HSV(B)14.08º89.05%78.82%-
XYZ26.0716.142.5-
YUV100.1883.89199.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.03%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=70.03%
G=22.30%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201642200.680.890.2114.0880.2743.73
HexC940160445915e502c
Octal311100260104131251612054
Binary110010011000000101100100010010110011010111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94016; }

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

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

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

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

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

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

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

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