#C20412

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

Shades of Venetian Red #C20412

Tints of Venetian Red #C20412

Color information

#C20412 (or 0xC20412) is unknown color: approx Venetian Red. HEX triplet: C2, 04 and 12. RGB value is (194,4,18). Sum of RGB (Red+Green+Blue) = 194+4+18=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20412 is #3DFBED. Grayscale: #3E3E3E. Windows color (decimal): -4062190 or 1180866. OLE color: 1180866.

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

Color convert

RGB194418-
CMYK00.980.910.24
HSL355.58º95.96%38.82%-
HSV(B)355.58º97.94%76.08%-
XYZ22.411.61.63-
YUV62.41102.95221.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 89.81%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=89.81%
G=1.85%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19441800.980.910.24355.5895.9638.82
HexC24120625B181646027
Octal30242201421333054414047
Binary1100001010010010011000101011011110001011001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20412; }

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

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

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

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

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

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

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

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