#C12712

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

Shades of Harley Davidson Orange #C12712

Tints of Harley Davidson Orange #C12712

Color information

#C12712 (or 0xC12712) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 27 and 12. RGB value is (193,39,18). Sum of RGB (Red+Green+Blue) = 193+39+18=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12712 is #3ED8ED. Grayscale: #525252. Windows color (decimal): -4118766 or 1189825. OLE color: 1189825.

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

Color convert

RGB1933918-
CMYK00.800.910.24
HSL7.2º82.94%41.37%-
HSV(B)7.2º90.67%75.69%-
XYZ22.8312.831.85-
YUV82.6591.52206.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.2%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 18 (7.42% from 255) = 7.2%
R=77.2%
G=15.6%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193391800.800.910.247.282.9441.37
HexC127120505B1875329
Octal3014722012013330712351
Binary1100000110011110010010100001011011110001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12712; }

 p { color: rgb(193,39,18); }

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

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

 a { background-color: rgb(193,39,18); }

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

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

 span { border-color: rgb(193,39,18); }

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