#c13a16

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

Shades of Harley Davidson Orange #C13A16

Tints of Harley Davidson Orange #C13A16

Color information

#C13A16 (or 0xC13A16) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 3A and 16. RGB value is (193,58,22). Sum of RGB (Red+Green+Blue) = 193+58+22=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13A16 is #3EC5E9. Grayscale: #5E5E5E. Windows color (decimal): -4113898 or 1456833. OLE color: 1456833.

HSL color Cylindrical-coordinate representation of color #C13A16: hue angle of 12.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C13A16 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1935822-
CMYK00.700.890.24
HSL12.63º79.53%42.16%-
HSV(B)12.63º88.6%75.69%-
XYZ23.6514.422.3-
YUV94.2687.23198.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.70%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=70.70%
G=21.25%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193582200.700.890.2412.6379.5342.16
HexC13A160465918d502a
Octal30172260106131301512052
Binary11000001111010101100100011010110011100011011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13a16; }

 p { color: rgb(193,58,22); }

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

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

 a { background-color: rgb(193,58,22); }

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

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

 span { border-color: rgb(193,58,22); }

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