#C32E1E

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

Shades of Harley Davidson Orange #C32E1E

Tints of Harley Davidson Orange #C32E1E

Color information

#C32E1E (or 0xC32E1E) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 2E and 1E. RGB value is (195,46,30). Sum of RGB (Red+Green+Blue) = 195+46+30=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E1E is #3CD1E1. Grayscale: #585858. Windows color (decimal): -3985890 or 1978051. OLE color: 1978051.

HSL color Cylindrical-coordinate representation of color #C32E1E: hue angle of 5.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C32E1E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1954630-
CMYK00.760.850.24
HSL5.82º73.33%44.12%-
HSV(B)5.82º84.62%76.47%-
XYZ23.7213.652.61-
YUV88.7394.86203.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 71.96%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=71.96%
G=16.97%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195463000.760.850.245.8273.3344.12
HexC32E1E04C55186492c
Octal3035636011412530611154
Binary1100001110111011110010011001010101110001101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32E1E; }

 p { color: rgb(195,46,30); }

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

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

 a { background-color: rgb(195,46,30); }

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

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

 span { border-color: rgb(195,46,30); }

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