#C31415

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

Shades of Venetian Red #C31415

Tints of Venetian Red #C31415

Color information

#C31415 (or 0xC31415) is unknown color: approx Venetian Red. HEX triplet: C3, 14 and 15. RGB value is (195,20,21). Sum of RGB (Red+Green+Blue) = 195+20+21=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31415 is #3CEBEA. Grayscale: #484848. Windows color (decimal): -3992555 or 1381571. OLE color: 1381571.

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

Color convert

RGB1952021-
CMYK00.900.890.24
HSL359.66º81.4%42.16%-
HSV(B)359.66º89.74%76.47%-
XYZ22.8912.161.85-
YUV72.4498.98215.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 82.63%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=82.63%
G=8.47%
B=8.90%

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
Decimal195202100.900.890.24359.6681.442.16
HexC3141505A5918168512a
Octal303242501321313055012152
Binary110000111010010101010110101011001110001011010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31415; }

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

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

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

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

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

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

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

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