#C61214

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

Shades of Venetian Red #C61214

Tints of Venetian Red #C61214

Color information

#C61214 (or 0xC61214) is unknown color: approx Venetian Red. HEX triplet: C6, 12 and 14. RGB value is (198,18,20). Sum of RGB (Red+Green+Blue) = 198+18+20=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C61214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61214 is #39EDEB. Grayscale: #484848. Windows color (decimal): -3796460 or 1315526. OLE color: 1315526.

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

Color convert

RGB1981820-
CMYK00.910.900.22
HSL359.33º83.33%42.35%-
HSV(B)359.33º90.91%77.65%-
XYZ23.6312.491.83-
YUV72.0598.63217.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 83.90%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 20 (8.20% from 255) = 8.47%
R=83.90%
G=7.63%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198182000.910.900.22359.3383.3342.35
HexC6121405B5A16167532a
Octal306222401331322654712352
Binary110001101001010100010110111011010101101011001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61214; }

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

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

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

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

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

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

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

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