#C12D11

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

Shades of Harley Davidson Orange #C12D11

Tints of Harley Davidson Orange #C12D11

Color information

#C12D11 (or 0xC12D11) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2D and 11. RGB value is (193,45,17). Sum of RGB (Red+Green+Blue) = 193+45+17=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12D11 is #3ED2EE. Grayscale: #565656. Windows color (decimal): -4117231 or 1125825. OLE color: 1125825.

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

Color convert

RGB1934517-
CMYK00.770.910.24
HSL9.55º83.81%41.18%-
HSV(B)9.55º91.19%75.69%-
XYZ23.0313.251.87-
YUV86.0689.03204.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.69%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=75.69%
G=17.65%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193451700.770.910.249.5583.8141.18
HexC12D1104D5B18a5429
Octal30155210115133301212451
Binary11000001101101100010100110110110111100010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D11; }

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

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

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

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

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

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

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

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