#C12315

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

Shades of Harley Davidson Orange #C12315

Tints of Harley Davidson Orange #C12315

Color information

#C12315 (or 0xC12315) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 23 and 15. RGB value is (193,35,21). Sum of RGB (Red+Green+Blue) = 193+35+21=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12315 is #3EDCEA. Grayscale: #505050. Windows color (decimal): -4119787 or 1385409. OLE color: 1385409.

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

Color convert

RGB1933521-
CMYK00.820.890.24
HSL4.88º80.37%41.96%-
HSV(B)4.88º89.12%75.69%-
XYZ22.7312.591.94-
YUV80.6594.35208.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.51%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=77.51%
G=14.06%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193352100.820.890.244.8880.3741.96
HexC1231505259185502a
Octal3014325012213130512052
Binary1100000110001110101010100101011001110001011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12315; }

 p { color: rgb(193,35,21); }

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

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

 a { background-color: rgb(193,35,21); }

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

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

 span { border-color: rgb(193,35,21); }

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