#C32911

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

Shades of Harley Davidson Orange #C32911

Tints of Harley Davidson Orange #C32911

Color information

#C32911 (or 0xC32911) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 29 and 11. RGB value is (195,41,17). Sum of RGB (Red+Green+Blue) = 195+41+17=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C32911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32911 is #3CD6EE. Grayscale: #545454. Windows color (decimal): -3987183 or 1124803. OLE color: 1124803.

HSL color Cylindrical-coordinate representation of color #C32911: hue angle of 8.09º 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 #C32911 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1954117-
CMYK00.790.910.24
HSL8.09º83.96%41.57%-
HSV(B)8.09º91.28%76.47%-
XYZ23.413.231.85-
YUV84.3190.02206.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 77.08%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=77.08%
G=16.21%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195411700.790.910.248.0983.9641.57
HexC3291104F5B188542a
Octal30351210117133301012452
Binary11000011101001100010100111110110111100010001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32911; }

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

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

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

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

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

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

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

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