#C03713

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

Shades of Harley Davidson Orange #C03713

Tints of Harley Davidson Orange #C03713

Color information

#C03713 (or 0xC03713) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 37 and 13. RGB value is (192,55,19). Sum of RGB (Red+Green+Blue) = 192+55+19=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03713 is #3FC8EC. Grayscale: #5C5C5C. Windows color (decimal): -4180205 or 1259456. OLE color: 1259456.

HSL color Cylindrical-coordinate representation of color #C03713: hue angle of 12.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03713 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1925519-
CMYK00.710.900.25
HSL12.49º81.99%41.37%-
HSV(B)12.49º90.1%75.29%-
XYZ23.2213.992.09-
YUV91.8686.89199.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.18%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 19 (7.81% from 255) = 7.14%
R=72.18%
G=20.68%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192551900.710.900.2512.4981.9941.37
HexC037130475A19c5229
Octal30067230107132311412251
Binary11000000110111100110100011110110101100111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03713; }

 p { color: rgb(192,55,19); }

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

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

 a { background-color: rgb(192,55,19); }

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

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

 span { border-color: rgb(192,55,19); }

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