#C2040D

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

Shades of Venetian Red #C2040D

Tints of Venetian Red #C2040D

Color information

#C2040D (or 0xC2040D) is unknown color: approx Venetian Red. HEX triplet: C2, 04 and 0D. RGB value is (194,4,13). Sum of RGB (Red+Green+Blue) = 194+4+13=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C2040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2040D is #3DFBF2. Grayscale: #3D3D3D. Windows color (decimal): -4062195 or 853186. OLE color: 853186.

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

Color convert

RGB194413-
CMYK00.980.930.24
HSL357.16º95.96%38.82%-
HSV(B)357.16º97.94%76.08%-
XYZ22.3611.591.44-
YUV61.84100.45222.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 91.94%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 13 (5.47% from 255) = 6.16%
R=91.94%
G=1.90%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19441300.980.930.24357.1695.9638.82
HexC24D0625D181656027
Octal30241501421353054514047
Binary110000101001101011000101011101110001011001011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2040D; }

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

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

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

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

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

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

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

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