#C31416

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

Shades of Venetian Red #C31416

Tints of Venetian Red #C31416

Color information

#C31416 (or 0xC31416) is unknown color: approx Venetian Red. HEX triplet: C3, 14 and 16. RGB value is (195,20,22). Sum of RGB (Red+Green+Blue) = 195+20+22=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C31416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31416 is #3CEBE9. Grayscale: #484848. Windows color (decimal): -3992554 or 1447107. OLE color: 1447107.

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

Color convert

RGB1952022-
CMYK00.900.890.24
HSL359.31º81.4%42.16%-
HSV(B)359.31º89.74%76.47%-
XYZ22.912.161.9-
YUV72.5599.48215.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.28%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=82.28%
G=8.44%
B=9.28%

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
Decimal195202200.900.890.24359.3181.442.16
HexC3141605A5918167512a
Octal303242601321313054712152
Binary110000111010010110010110101011001110001011001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31416; }

 p { color: rgb(195,20,22); }

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

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

 a { background-color: rgb(195,20,22); }

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

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

 span { border-color: rgb(195,20,22); }

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