#C03616

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

Shades of Harley Davidson Orange #C03616

Tints of Harley Davidson Orange #C03616

Color information

#C03616 (or 0xC03616) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 36 and 16. RGB value is (192,54,22). Sum of RGB (Red+Green+Blue) = 192+54+22=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03616 is #3FC9E9. Grayscale: #5B5B5B. Windows color (decimal): -4180458 or 1455808. OLE color: 1455808.

HSL color Cylindrical-coordinate representation of color #C03616: hue angle of 11.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03616 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1925422-
CMYK00.720.890.25
HSL11.29º79.44%41.96%-
HSV(B)11.29º88.54%75.29%-
XYZ23.213.92.22-
YUV91.6188.72199.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.64%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=71.64%
G=20.15%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192542200.720.890.2511.2979.4441.96
HexC036160485919b4f2a
Octal30066260110131311311752
Binary11000000110110101100100100010110011100110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03616; }

 p { color: rgb(192,54,22); }

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

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

 a { background-color: rgb(192,54,22); }

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

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

 span { border-color: rgb(192,54,22); }

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