#C21112

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

Shades of Venetian Red #C21112

Tints of Venetian Red #C21112

Color information

#C21112 (or 0xC21112) is unknown color: approx Venetian Red. HEX triplet: C2, 11 and 12. RGB value is (194,17,18). Sum of RGB (Red+Green+Blue) = 194+17+18=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C21112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21112 is #3DEEED. Grayscale: #464646. Windows color (decimal): -4058862 or 1184194. OLE color: 1184194.

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

Color convert

RGB1941718-
CMYK00.910.910.24
HSL359.66º83.89%41.37%-
HSV(B)359.66º91.24%76.08%-
XYZ22.5611.911.68-
YUV70.0498.64216.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 84.72%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=84.72%
G=7.42%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194171800.910.910.24359.6683.8941.37
HexC2111205B5B181685429
Octal302212201331333055012451
Binary110000101000110010010110111011011110001011010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21112; }

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

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

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

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

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

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

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

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