#C20316

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

Shades of Venetian Red #C20316

Tints of Venetian Red #C20316

Color information

#C20316 (or 0xC20316) is unknown color: approx Venetian Red. HEX triplet: C2, 03 and 16. RGB value is (194,3,22). Sum of RGB (Red+Green+Blue) = 194+3+22=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20316 is #3DFCE9. Grayscale: #3E3E3E. Windows color (decimal): -4062442 or 1442754. OLE color: 1442754.

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

Color convert

RGB194322-
CMYK00.980.890.24
HSL354.03º96.95%38.63%-
HSV(B)354.03º98.45%76.08%-
XYZ22.4311.591.81-
YUV62.28105.28221.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 88.58%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=88.58%
G=1.37%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19432200.980.890.24354.0396.9538.63
HexC231606259181626127
Octal30232601421313054214147
Binary110000101110110011000101011001110001011000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20316; }

 p { color: rgb(194,3,22); }

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

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

 a { background-color: rgb(194,3,22); }

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

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

 span { border-color: rgb(194,3,22); }

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