#C12A14

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

Shades of Harley Davidson Orange #C12A14

Tints of Harley Davidson Orange #C12A14

Color information

#C12A14 (or 0xC12A14) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2A and 14. RGB value is (193,42,20). Sum of RGB (Red+Green+Blue) = 193+42+20=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A14 is #3ED5EB. Grayscale: #545454. Windows color (decimal): -4117996 or 1321665. OLE color: 1321665.

HSL color Cylindrical-coordinate representation of color #C12A14: hue angle of 7.63º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C12A14 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1934220-
CMYK00.780.900.24
HSL7.63º81.22%41.76%-
HSV(B)7.63º89.64%75.69%-
XYZ22.9513.041.97-
YUV84.6491.53205.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.69%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=75.69%
G=16.47%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193422000.780.900.247.6381.2241.76
HexC12A1404E5A188512a
Octal30152240116132301012152
Binary11000001101010101000100111010110101100010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A14; }

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

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

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

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

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

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

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

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