#C50821

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

Shades of Venetian Red #C50821

Tints of Venetian Red #C50821

Color information

#C50821 (or 0xC50821) is unknown color: approx Venetian Red. HEX triplet: C5, 08 and 21. RGB value is (197,8,33). Sum of RGB (Red+Green+Blue) = 197+8+33=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C50821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50821 is #3AF7DE. Grayscale: #434343. Windows color (decimal): -3864543 or 2164933. OLE color: 2164933.

HSL color Cylindrical-coordinate representation of color #C50821: hue angle of 352.06º 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 #C50821 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB197833-
CMYK00.960.830.23
HSL352.06º92.2%40.2%-
HSV(B)352.06º95.94%77.25%-
XYZ23.3912.152.55-
YUV67.36108.62220.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 82.77%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=82.77%
G=3.36%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19783300.960.830.23352.0692.240.2
HexC582106053171605c28
Octal305104101401232754013450
Binary110001011000100001011000001010011101111011000001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50821; }

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

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

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

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

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

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

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

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