#c11415

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

Shades of Venetian Red #C11415

Tints of Venetian Red #C11415

Color information

#C11415 (or 0xC11415) is unknown color: approx Venetian Red. HEX triplet: C1, 14 and 15. RGB value is (193,20,21). Sum of RGB (Red+Green+Blue) = 193+20+21=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11415 is #3EEBEA. Grayscale: #484848. Windows color (decimal): -4123627 or 1381569. OLE color: 1381569.

HSL color Cylindrical-coordinate representation of color #C11415: hue angle of 359.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11415 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1932021-
CMYK00.900.890.24
HSL359.65º81.22%41.76%-
HSV(B)359.65º89.64%75.69%-
XYZ22.3811.891.83-
YUV71.8499.31214.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.48%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=82.48%
G=8.55%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193202100.900.890.24359.6581.2241.76
HexC1141505A5918168512a
Octal301242501321313055012152
Binary110000011010010101010110101011001110001011010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11415; }

 p { color: rgb(193,20,21); }

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

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

 a { background-color: rgb(193,20,21); }

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

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

 span { border-color: rgb(193,20,21); }

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