#C20212

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

Shades of Venetian Red #C20212

Tints of Venetian Red #C20212

Color information

#C20212 (or 0xC20212) is unknown color: approx Venetian Red. HEX triplet: C2, 02 and 12. RGB value is (194,2,18). Sum of RGB (Red+Green+Blue) = 194+2+18=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C20212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20212 is #3DFDED. Grayscale: #3D3D3D. Windows color (decimal): -4062702 or 1180354. OLE color: 1180354.

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

Color convert

RGB194218-
CMYK00.990.910.24
HSL355º97.96%38.43%-
HSV(B)355º98.97%76.08%-
XYZ22.3811.561.62-
YUV61.23103.61222.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 90.65%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=90.65%
G=0.93%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19421800.990.910.2435597.9638.43
HexC22120635B181636226
Octal30222201431333054314246
Binary110000101010010011000111011011110001011000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20212; }

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

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

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

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

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

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

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

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