#c32a0c

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

Shades of Harley Davidson Orange #C32A0C

Tints of Harley Davidson Orange #C32A0C

Color information

#C32A0C (or 0xC32A0C) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 2A and 0C. RGB value is (195,42,12). Sum of RGB (Red+Green+Blue) = 195+42+12=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A0C is #3CD5F3. Grayscale: #545454. Windows color (decimal): -3986932 or 797379. OLE color: 797379.

HSL color Cylindrical-coordinate representation of color #C32A0C: hue angle of 9.84º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C32A0C is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1954212-
CMYK00.780.940.24
HSL9.84º88.41%40.59%-
HSV(B)9.84º93.85%76.47%-
XYZ23.413.281.68-
YUV84.3387.19206.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 78.31%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=78.31%
G=16.87%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195421200.780.940.249.8488.4140.59
HexC32AC04E5E18a5829
Octal30352140116136301213051
Binary1100001110101011000100111010111101100010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c32a0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c32a0c; }

 p { color: rgb(195,42,12); }

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

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

 a { background-color: rgb(195,42,12); }

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

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

 span { border-color: rgb(195,42,12); }

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