#C32511

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

Shades of Harley Davidson Orange #C32511

Tints of Harley Davidson Orange #C32511

Color information

#C32511 (or 0xC32511) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 25 and 11. RGB value is (195,37,17). Sum of RGB (Red+Green+Blue) = 195+37+17=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C32511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32511 is #3CDAEE. Grayscale: #525252. Windows color (decimal): -3988207 or 1123779. OLE color: 1123779.

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

Color convert

RGB1953717-
CMYK00.810.910.24
HSL6.74º83.96%41.57%-
HSV(B)6.74º91.28%76.47%-
XYZ23.2712.971.81-
YUV81.9691.35208.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 78.31%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=78.31%
G=14.86%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195371700.810.910.246.7483.9641.57
HexC325110515B187542a
Octal3034521012113330712452
Binary1100001110010110001010100011011011110001111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32511; }

 p { color: rgb(195,37,17); }

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

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

 a { background-color: rgb(195,37,17); }

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

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

 span { border-color: rgb(195,37,17); }

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