#C32C16

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

Shades of Harley Davidson Orange #C32C16

Tints of Harley Davidson Orange #C32C16

Color information

#C32C16 (or 0xC32C16) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 2C and 16. RGB value is (195,44,22). Sum of RGB (Red+Green+Blue) = 195+44+22=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32C16 is #3CD3E9. Grayscale: #565656. Windows color (decimal): -3986410 or 1453251. OLE color: 1453251.

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

Color convert

RGB1954422-
CMYK00.770.890.24
HSL7.63º79.72%42.55%-
HSV(B)7.63º88.72%76.47%-
XYZ23.5513.462.12-
YUV86.6491.53205.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 74.71%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=74.71%
G=16.86%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195442200.770.890.247.6379.7242.55
HexC32C1604D59188502b
Octal30354260115131301012053
Binary11000011101100101100100110110110011100010001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32C16; }

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

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

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

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

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

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

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

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