#C61119

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

Shades of Venetian Red #C61119

Tints of Venetian Red #C61119

Color information

#C61119 (or 0xC61119) is unknown color: approx Venetian Red. HEX triplet: C6, 11 and 19. RGB value is (198,17,25). Sum of RGB (Red+Green+Blue) = 198+17+25=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C61119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61119 is #39EEE6. Grayscale: #484848. Windows color (decimal): -3796711 or 1642950. OLE color: 1642950.

HSL color Cylindrical-coordinate representation of color #C61119: hue angle of 357.35º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61119 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1981725-
CMYK00.910.870.22
HSL357.35º84.19%42.16%-
HSV(B)357.35º91.41%77.65%-
XYZ23.6612.482.08-
YUV72.03101.47217.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 82.5%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 25 (10.16% from 255) = 10.42%
R=82.5%
G=7.08%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198172500.910.870.22357.3584.1942.16
HexC6111905B5716165542a
Octal306213101331272654512452
Binary110001101000111001010110111010111101101011001011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61119; }

 p { color: rgb(198,17,25); }

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

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

 a { background-color: rgb(198,17,25); }

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

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

 span { border-color: rgb(198,17,25); }

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