#C50823

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

Shades of Venetian Red #C50823

Tints of Venetian Red #C50823

Color information

#C50823 (or 0xC50823) is unknown color: approx Venetian Red. HEX triplet: C5, 08 and 23. RGB value is (197,8,35). Sum of RGB (Red+Green+Blue) = 197+8+35=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C50823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50823 is #3AF7DC. Grayscale: #434343. Windows color (decimal): -3864541 or 2296005. OLE color: 2296005.

HSL color Cylindrical-coordinate representation of color #C50823: hue angle of 351.43º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50823 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB197835-
CMYK00.960.820.23
HSL351.43º92.2%40.2%-
HSV(B)351.43º95.94%77.25%-
XYZ23.4212.172.7-
YUV67.59109.62220.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 82.08%
GREEN value IS 8 (3.52% from 255) = 3.33%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=82.08%
G=3.33%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19783500.960.820.23351.4392.240.2
HexC5823060521715f5c28
Octal305104301401222753713450
Binary110001011000100011011000001010010101111010111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50823; }

 p { color: rgb(197,8,35); }

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

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

 a { background-color: rgb(197,8,35); }

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

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

 span { border-color: rgb(197,8,35); }

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