#C2091D

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

Shades of Venetian Red #C2091D

Tints of Venetian Red #C2091D

Color information

#C2091D (or 0xC2091D) is unknown color: approx Venetian Red. HEX triplet: C2, 09 and 1D. RGB value is (194,9,29). Sum of RGB (Red+Green+Blue) = 194+9+29=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C2091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2091D is #3DF6E2. Grayscale: #424242. Windows color (decimal): -4060899 or 1903042. OLE color: 1903042.

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

Color convert

RGB194929-
CMYK00.950.850.24
HSL353.51º91.13%39.8%-
HSV(B)353.51º95.36%76.08%-
XYZ22.5711.752.24-
YUV66.6106.79218.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 83.62%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=83.62%
G=3.88%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19492900.950.850.24353.5191.1339.8
HexC291D05F55181625b28
Octal302113501371253054213350
Binary11000010100111101010111111010101110001011000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2091D; }

 p { color: rgb(194,9,29); }

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

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

 a { background-color: rgb(194,9,29); }

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

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

 span { border-color: rgb(194,9,29); }

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