#C30C11

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

Shades of Venetian Red #C30C11

Tints of Venetian Red #C30C11

Color information

#C30C11 (or 0xC30C11) is unknown color: approx Venetian Red. HEX triplet: C3, 0C and 11. RGB value is (195,12,17). Sum of RGB (Red+Green+Blue) = 195+12+17=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C11 is #3CF3EE. Grayscale: #434343. Windows color (decimal): -3994607 or 1117379. OLE color: 1117379.

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

Color convert

RGB1951217-
CMYK00.940.910.24
HSL358.36º88.41%40.59%-
HSV(B)358.36º93.85%76.47%-
XYZ22.7411.911.63-
YUV67.2999.63219.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 87.05%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=87.05%
G=5.36%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195121700.940.910.24358.3688.4140.59
HexC3C1105E5B181665829
Octal303142101361333054613051
Binary11000011110010001010111101011011110001011001101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C11; }

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

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

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

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

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

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

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

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