#C12E16

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

Shades of Harley Davidson Orange #C12E16

Tints of Harley Davidson Orange #C12E16

Color information

#C12E16 (or 0xC12E16) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2E and 16. RGB value is (193,46,22). Sum of RGB (Red+Green+Blue) = 193+46+22=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12E16 is #3ED1E9. Grayscale: #575757. Windows color (decimal): -4116970 or 1453761. OLE color: 1453761.

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

Color convert

RGB1934622-
CMYK00.760.890.24
HSL8.42º79.53%42.16%-
HSV(B)8.42º88.6%75.69%-
XYZ23.1113.352.12-
YUV87.2291.2203.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.95%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=73.95%
G=17.62%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193462200.760.890.248.4279.5342.16
HexC12E1604C59188502a
Octal30156260114131301012052
Binary11000001101110101100100110010110011100010001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12E16; }

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

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

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

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

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

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

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

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