#C91315

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

Shades of Venetian Red #C91315

Tints of Venetian Red #C91315

Color information

#C91315 (or 0xC91315) is unknown color: approx Venetian Red. HEX triplet: C9, 13 and 15. RGB value is (201,19,21). Sum of RGB (Red+Green+Blue) = 201+19+21=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C91315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91315 is #36ECEA. Grayscale: #494949. Windows color (decimal): -3599595 or 1381321. OLE color: 1381321.

HSL color Cylindrical-coordinate representation of color #C91315: hue angle of 359.34º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91315 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2011921-
CMYK00.910.900.21
HSL359.34º82.73%43.14%-
HSV(B)359.34º90.55%78.82%-
XYZ24.4612.941.92-
YUV73.6598.3218.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 83.40%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=83.40%
G=7.88%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201192100.910.900.21359.3482.7343.14
HexC9131505B5A15167532b
Octal311232501331322554712353
Binary110010011001110101010110111011010101011011001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91315; }

 p { color: rgb(201,19,21); }

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

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

 a { background-color: rgb(201,19,21); }

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

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

 span { border-color: rgb(201,19,21); }

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