#C21219

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

Shades of Venetian Red #C21219

Tints of Venetian Red #C21219

Color information

#C21219 (or 0xC21219) is unknown color: approx Venetian Red. HEX triplet: C2, 12 and 19. RGB value is (194,18,25). Sum of RGB (Red+Green+Blue) = 194+18+25=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C21219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21219 is #3DEDE6. Grayscale: #474747. Windows color (decimal): -4058599 or 1643202. OLE color: 1643202.

HSL color Cylindrical-coordinate representation of color #C21219: hue angle of 357.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21219 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1941825-
CMYK00.910.870.24
HSL357.61º83.02%41.57%-
HSV(B)357.61º90.72%76.08%-
XYZ22.6411.972.04-
YUV71.42101.81215.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 81.86%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 25 (10.16% from 255) = 10.55%
R=81.86%
G=7.59%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194182500.910.870.24357.6183.0241.57
HexC2121905B5718166532a
Octal302223101331273054612352
Binary110000101001011001010110111010111110001011001101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21219; }

 p { color: rgb(194,18,25); }

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

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

 a { background-color: rgb(194,18,25); }

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

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

 span { border-color: rgb(194,18,25); }

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