#C91314

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

Shades of Venetian Red #C91314

Tints of Venetian Red #C91314

Color information

#C91314 (or 0xC91314) is unknown color: approx Venetian Red. HEX triplet: C9, 13 and 14. RGB value is (201,19,20). Sum of RGB (Red+Green+Blue) = 201+19+20=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C91314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91314 is #36ECEB. Grayscale: #494949. Windows color (decimal): -3599596 or 1315785. OLE color: 1315785.

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

Color convert

RGB2011920-
CMYK00.910.900.21
HSL359.67º82.73%43.14%-
HSV(B)359.67º90.55%78.82%-
XYZ24.4512.931.87-
YUV73.5397.8218.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 83.75%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=83.75%
G=7.92%
B=8.33%

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
Decimal201192000.910.900.21359.6782.7343.14
HexC9131405B5A15168532b
Octal311232401331322555012353
Binary110010011001110100010110111011010101011011010001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91314; }

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

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

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

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

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

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

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

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