#C5032D

Color #C5032D Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C5032D

Tints of Venetian Red #C5032D

Color information

#C5032D (or 0xC5032D) is unknown color: approx Venetian Red. HEX triplet: C5, 03 and 2D. RGB value is (197,3,45). Sum of RGB (Red+Green+Blue) = 197+3+45=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5032D is #3AFCD2. Grayscale: #414141. Windows color (decimal): -3865811 or 2950085. OLE color: 2950085.

HSL color Cylindrical-coordinate representation of color #C5032D: hue angle of 347.01º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5032D is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB197345-
CMYK00.980.770.23
HSL347.01º97%39.22%-
HSV(B)347.01º98.48%77.25%-
XYZ23.5312.123.58-
YUV65.79116.27221.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 80.41%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=80.41%
G=1.22%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19734500.980.770.23347.019739.22
HexC532D0624D1715b6127
Octal30535501421152753314147
Binary1100010111101101011000101001101101111010110111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5032D; }

 p { color: rgb(197,3,45); }

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

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

 a { background-color: rgb(197,3,45); }

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

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

 span { border-color: rgb(197,3,45); }

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