#C20411

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

Shades of Venetian Red #C20411

Tints of Venetian Red #C20411

Color information

#C20411 (or 0xC20411) is unknown color: approx Venetian Red. HEX triplet: C2, 04 and 11. RGB value is (194,4,17). Sum of RGB (Red+Green+Blue) = 194+4+17=215 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.23% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 194 - color contains mainly: red. Hex color #C20411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20411 is #3DFBEE. Grayscale: #3E3E3E. Windows color (decimal): -4062191 or 1115330. OLE color: 1115330.

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

Color convert

RGB194417-
CMYK00.980.910.24
HSL355.89º95.96%38.82%-
HSV(B)355.89º97.94%76.08%-
XYZ22.3911.61.59-
YUV62.29102.45221.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 90.23%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=90.23%
G=1.86%
B=7.91%

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
Decimal19441700.980.910.24355.8995.9638.82
HexC24110625B181646027
Octal30242101421333054414047
Binary1100001010010001011000101011011110001011001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20411; }

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

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

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

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

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

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

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

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