#C13324

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

Shades of Harley Davidson Orange #C13324

Tints of Harley Davidson Orange #C13324

Color information

#C13324 (or 0xC13324) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 33 and 24. RGB value is (193,51,36). Sum of RGB (Red+Green+Blue) = 193+51+36=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C13324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13324 is #3ECCDB. Grayscale: #5B5B5B. Windows color (decimal): -4115676 or 2372545. OLE color: 2372545.

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

Color convert

RGB1935136-
CMYK00.740.810.24
HSL5.73º68.56%44.9%-
HSV(B)5.73º81.35%75.69%-
XYZ23.4913.833.1-
YUV91.7596.54200.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.93%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=68.93%
G=18.21%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193513600.740.810.245.7368.5644.9
HexC1332404A51186452d
Octal3016344011212130610555
Binary11000001110011100100010010101010001110001101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13324; }

 p { color: rgb(193,51,36); }

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

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

 a { background-color: rgb(193,51,36); }

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

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

 span { border-color: rgb(193,51,36); }

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