#C12B06

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

Shades of Harley Davidson Orange #C12B06

Tints of Harley Davidson Orange #C12B06

Color information

#C12B06 (or 0xC12B06) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2B and 06. RGB value is (193,43,6). Sum of RGB (Red+Green+Blue) = 193+43+6=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B06 is #3ED4F9. Grayscale: #535353. Windows color (decimal): -4117754 or 404417. OLE color: 404417.

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

Color convert

RGB193436-
CMYK00.780.970.24
HSL11.87º93.97%39.02%-
HSV(B)11.87º96.89%75.69%-
XYZ22.8913.081.49-
YUV83.6384.2206.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 79.75%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=79.75%
G=17.77%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19343600.780.970.2411.8793.9739.02
HexC12B604E6118c5e27
Octal3015360116141301413647
Binary110000011010111100100111011000011100011001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12B06; }

 p { color: rgb(193,43,6); }

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

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

 a { background-color: rgb(193,43,6); }

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

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

 span { border-color: rgb(193,43,6); }

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