#C0321C

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

Shades of Harley Davidson Orange #C0321C

Tints of Harley Davidson Orange #C0321C

Color information

#C0321C (or 0xC0321C) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 32 and 1C. RGB value is (192,50,28). Sum of RGB (Red+Green+Blue) = 192+50+28=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0321C is #3FCDE3. Grayscale: #5A5A5A. Windows color (decimal): -4181476 or 1848000. OLE color: 1848000.

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

Color convert

RGB1925028-
CMYK00.740.850.25
HSL8.05º74.55%43.14%-
HSV(B)8.05º85.42%75.29%-
XYZ23.0913.572.5-
YUV89.9593.04200.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.11%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=71.11%
G=18.52%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192502800.740.850.258.0574.5543.14
HexC0321C04A551984b2b
Octal30062340112125311011353
Binary11000000110010111000100101010101011100110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0321C; }

 p { color: rgb(192,50,28); }

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

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

 a { background-color: rgb(192,50,28); }

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

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

 span { border-color: rgb(192,50,28); }

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