#C12B13

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

Shades of Harley Davidson Orange #C12B13

Tints of Harley Davidson Orange #C12B13

Color information

#C12B13 (or 0xC12B13) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2B and 13. RGB value is (193,43,19). Sum of RGB (Red+Green+Blue) = 193+43+19=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B13 is #3ED4EC. Grayscale: #555555. Windows color (decimal): -4117741 or 1256385. OLE color: 1256385.

HSL color Cylindrical-coordinate representation of color #C12B13: hue angle of 8.28º degrees, saturation: 0.82, 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 #C12B13 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1934319-
CMYK00.780.900.24
HSL8.28º82.08%41.57%-
HSV(B)8.28º90.16%75.69%-
XYZ22.9713.111.94-
YUV85.1190.7204.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.69%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 19 (7.81% from 255) = 7.45%
R=75.69%
G=16.86%
B=7.45%

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
Decimal193431900.780.900.248.2882.0841.57
HexC12B1304E5A188522a
Octal30153230116132301012252
Binary11000001101011100110100111010110101100010001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12B13; }

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

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

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

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

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

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

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

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