#C61215

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

Shades of Venetian Red #C61215

Tints of Venetian Red #C61215

Color information

#C61215 (or 0xC61215) is unknown color: approx Venetian Red. HEX triplet: C6, 12 and 15. RGB value is (198,18,21). Sum of RGB (Red+Green+Blue) = 198+18+21=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C61215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61215 is #39EDEA. Grayscale: #484848. Windows color (decimal): -3796459 or 1381062. OLE color: 1381062.

HSL color Cylindrical-coordinate representation of color #C61215: hue angle of 359º degrees, saturation: 0.83, 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 #C61215 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1981821-
CMYK00.910.890.22
HSL359º83.33%42.35%-
HSV(B)359º90.91%77.65%-
XYZ23.6412.491.87-
YUV72.1699.13217.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 83.54%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=83.54%
G=7.59%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198182100.910.890.2235983.3342.35
HexC6121505B5916167532a
Octal306222501331312654712352
Binary110001101001010101010110111011001101101011001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61215; }

 p { color: rgb(198,18,21); }

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

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

 a { background-color: rgb(198,18,21); }

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

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

 span { border-color: rgb(198,18,21); }

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