#C2020B

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

Shades of Venetian Red #C2020B

Tints of Venetian Red #C2020B

Color information

#C2020B (or 0xC2020B) is unknown color: approx Venetian Red. HEX triplet: C2, 02 and 0B. RGB value is (194,2,11). Sum of RGB (Red+Green+Blue) = 194+2+11=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C2020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2020B is #3DFDF4. Grayscale: #3C3C3C. Windows color (decimal): -4062709 or 721602. OLE color: 721602.

HSL color Cylindrical-coordinate representation of color #C2020B: hue angle of 357.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB194211-
CMYK00.990.940.24
HSL357.19º97.96%38.43%-
HSV(B)357.19º98.97%76.08%-
XYZ22.3311.541.37-
YUV60.43100.11223.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 93.72%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 11 (4.69% from 255) = 5.31%
R=93.72%
G=0.97%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19421100.990.940.24357.1997.9638.43
HexC22B0635E181656226
Octal30221301431363054514246
Binary11000010101011011000111011110110001011001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2020B; }

 p { color: rgb(194,2,11); }

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

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

 a { background-color: rgb(194,2,11); }

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

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

 span { border-color: rgb(194,2,11); }

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