#C20B1F

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

Shades of Venetian Red #C20B1F

Tints of Venetian Red #C20B1F

Color information

#C20B1F (or 0xC20B1F) is unknown color: approx Venetian Red. HEX triplet: C2, 0B and 1F. RGB value is (194,11,31). Sum of RGB (Red+Green+Blue) = 194+11+31=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B1F is #3DF4E0. Grayscale: #444444. Windows color (decimal): -4060385 or 2034626. OLE color: 2034626.

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

Color convert

RGB1941131-
CMYK00.940.840.24
HSL353.44º89.27%40.2%-
HSV(B)353.44º94.33%76.08%-
XYZ22.6211.812.38-
YUV68107.13217.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 82.20%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=82.20%
G=4.66%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194113100.940.840.24353.4489.2740.2
HexC2B1F05E54181615928
Octal302133701361243054113150
Binary11000010101111111010111101010100110001011000011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20B1F; }

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

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

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

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

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

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

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

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