#C2121B

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

Shades of Venetian Red #C2121B

Tints of Venetian Red #C2121B

Color information

#C2121B (or 0xC2121B) is unknown color: approx Venetian Red. HEX triplet: C2, 12 and 1B. RGB value is (194,18,27). Sum of RGB (Red+Green+Blue) = 194+18+27=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2121B is #3DEDE4. Grayscale: #474747. Windows color (decimal): -4058597 or 1774274. OLE color: 1774274.

HSL color Cylindrical-coordinate representation of color #C2121B: hue angle of 356.93º 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 #C2121B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1941827-
CMYK00.910.860.24
HSL356.93º83.02%41.57%-
HSV(B)356.93º90.72%76.08%-
XYZ22.6611.982.16-
YUV71.65102.81215.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 81.17%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 27 (10.94% from 255) = 11.30%
R=81.17%
G=7.53%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194182700.910.860.24356.9383.0241.57
HexC2121B05B5618165532a
Octal302223301331263054512352
Binary110000101001011011010110111010110110001011001011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2121B; }

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

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

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

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

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

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

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

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