#C1321A

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

Shades of Harley Davidson Orange #C1321A

Tints of Harley Davidson Orange #C1321A

Color information

#C1321A (or 0xC1321A) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 32 and 1A. RGB value is (193,50,26). Sum of RGB (Red+Green+Blue) = 193+50+26=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1321A is #3ECDE5. Grayscale: #5A5A5A. Windows color (decimal): -4115942 or 1716929. OLE color: 1716929.

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

Color convert

RGB1935026-
CMYK00.740.870.24
HSL8.62º76.26%42.94%-
HSV(B)8.62º86.53%75.69%-
XYZ23.3213.692.39-
YUV90.0291.88201.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 71.75%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=71.75%
G=18.59%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193502600.740.870.248.6276.2642.94
HexC1321A04A571894c2b
Octal30162320112127301111453
Binary11000001110010110100100101010101111100010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1321A; }

 p { color: rgb(193,50,26); }

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

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

 a { background-color: rgb(193,50,26); }

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

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

 span { border-color: rgb(193,50,26); }

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