#C2031E

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

Shades of Venetian Red #C2031E

Tints of Venetian Red #C2031E

Color information

#C2031E (or 0xC2031E) is unknown color: approx Venetian Red. HEX triplet: C2, 03 and 1E. RGB value is (194,3,30). Sum of RGB (Red+Green+Blue) = 194+3+30=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C2031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2031E is #3DFCE1. Grayscale: #3F3F3F. Windows color (decimal): -4062434 or 1967042. OLE color: 1967042.

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

Color convert

RGB194330-
CMYK00.980.850.24
HSL351.52º96.95%38.63%-
HSV(B)351.52º98.45%76.08%-
XYZ22.5211.632.29-
YUV63.19109.28221.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 85.46%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=85.46%
G=1.32%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19433000.980.850.24351.5296.9538.63
HexC231E06255181606127
Octal30233601421253054014147
Binary110000101111110011000101010101110001011000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2031E; }

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

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

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

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

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

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

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

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