#C32316

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

Shades of Harley Davidson Orange #C32316

Tints of Harley Davidson Orange #C32316

Color information

#C32316 (or 0xC32316) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 23 and 16. RGB value is (195,35,22). Sum of RGB (Red+Green+Blue) = 195+35+22=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C32316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32316 is #3CDCE9. Grayscale: #515151. Windows color (decimal): -3988714 or 1450947. OLE color: 1450947.

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

Color convert

RGB1953522-
CMYK00.820.890.24
HSL4.51º79.72%42.55%-
HSV(B)4.51º88.72%76.47%-
XYZ23.2512.862.02-
YUV81.3694.51209.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 77.38%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=77.38%
G=13.89%
B=8.73%

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
Decimal195352200.820.890.244.5179.7242.55
HexC3231605259185502b
Octal3034326012213130512053
Binary1100001110001110110010100101011001110001011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32316; }

 p { color: rgb(195,35,22); }

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

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

 a { background-color: rgb(195,35,22); }

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

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

 span { border-color: rgb(195,35,22); }

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