#C12A11

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

Shades of Harley Davidson Orange #C12A11

Tints of Harley Davidson Orange #C12A11

Color information

#C12A11 (or 0xC12A11) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2A and 11. RGB value is (193,42,17). Sum of RGB (Red+Green+Blue) = 193+42+17=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A11 is #3ED5EE. Grayscale: #545454. Windows color (decimal): -4117999 or 1125057. OLE color: 1125057.

HSL color Cylindrical-coordinate representation of color #C12A11: hue angle of 8.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C12A11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1934217-
CMYK00.780.910.24
HSL8.52º83.81%41.18%-
HSV(B)8.52º91.19%75.69%-
XYZ22.9213.031.84-
YUV84.390.03205.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 76.59%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=76.59%
G=16.67%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193421700.780.910.248.5283.8141.18
HexC12A1104E5B1895429
Octal30152210116133301112451
Binary11000001101010100010100111010110111100010011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A11; }

 p { color: rgb(193,42,17); }

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

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

 a { background-color: rgb(193,42,17); }

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

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

 span { border-color: rgb(193,42,17); }

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