#C30811

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

Shades of Venetian Red #C30811

Tints of Venetian Red #C30811

Color information

#C30811 (or 0xC30811) is unknown color: approx Venetian Red. HEX triplet: C3, 08 and 11. RGB value is (195,8,17). Sum of RGB (Red+Green+Blue) = 195+8+17=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30811 is #3CF7EE. Grayscale: #414141. Windows color (decimal): -3995631 or 1116355. OLE color: 1116355.

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

Color convert

RGB195817-
CMYK00.960.910.24
HSL357.11º92.12%39.8%-
HSV(B)357.11º95.9%76.47%-
XYZ22.6911.821.61-
YUV64.94100.95220.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 88.64%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=88.64%
G=3.64%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19581700.960.910.24357.1192.1239.8
HexC38110605B181655c28
Octal303102101401333054513450
Binary11000011100010001011000001011011110001011001011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30811; }

 p { color: rgb(195,8,17); }

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

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

 a { background-color: rgb(195,8,17); }

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

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

 span { border-color: rgb(195,8,17); }

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