#C1280B

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

Shades of Harley Davidson Orange #C1280B

Tints of Harley Davidson Orange #C1280B

Color information

#C1280B (or 0xC1280B) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 28 and 0B. RGB value is (193,40,11). Sum of RGB (Red+Green+Blue) = 193+40+11=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1280B is #3ED7F4. Grayscale: #525252. Windows color (decimal): -4118517 or 731329. OLE color: 731329.

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

Color convert

RGB1934011-
CMYK00.790.940.24
HSL9.56º89.22%40%-
HSV(B)9.56º94.3%75.69%-
XYZ22.8112.881.6-
YUV82.4487.69206.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 79.10%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 11 (4.69% from 255) = 4.51%
R=79.10%
G=16.39%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193401100.790.940.249.5689.2240
HexC128B04F5E18a5928
Octal30150130117136301213150
Binary1100000110100010110100111110111101100010101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1280B; }

 p { color: rgb(193,40,11); }

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

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

 a { background-color: rgb(193,40,11); }

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

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

 span { border-color: rgb(193,40,11); }

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