#C50205

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

Shades of Venetian Red #C50205

Tints of Venetian Red #C50205

Color information

#C50205 (or 0xC50205) is unknown color: approx Venetian Red. HEX triplet: C5, 02 and 05. RGB value is (197,2,5). Sum of RGB (Red+Green+Blue) = 197+2+5=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50205 is #3AFDFA. Grayscale: #3C3C3C. Windows color (decimal): -3866107 or 328389. OLE color: 328389.

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

Color convert

RGB19725-
CMYK00.990.970.23
HSL359.08º97.99%39.02%-
HSV(B)359.08º98.98%77.25%-
XYZ23.0811.921.23-
YUV60.6596.6225.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 96.57%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 5 (2.34% from 255) = 2.45%
R=96.57%
G=0.98%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972500.990.970.23359.0897.9939.02
HexC52506361171676227
Octal3052501431412754714247
Binary1100010110101011000111100001101111011001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50205; }

 p { color: rgb(197,2,5); }

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

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

 a { background-color: rgb(197,2,5); }

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

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

 span { border-color: rgb(197,2,5); }

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