#C12B00

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

Shades of Harley Davidson Orange #C12B00

Tints of Harley Davidson Orange #C12B00

Color information

#C12B00 (or 0xC12B00) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2B and 00. RGB value is (193,43,0). Sum of RGB (Red+Green+Blue) = 193+43+0=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B00 is #3ED4FF. Grayscale: #535353. Windows color (decimal): -4117760 or 11201. OLE color: 11201.

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

Color convert

RGB193430-
CMYK00.7810.24
HSL13.37º100%37.84%-
HSV(B)13.37º100%75.69%-
XYZ22.8613.071.32-
YUV82.9581.19206.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 81.78%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.78%
G=18.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19343000.7810.2413.3710037.84
HexC12B004E6418d6426
Octal3015300116144301514446
Binary1100000110101100100111011001001100011011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12B00; }

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

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

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

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

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

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

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

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