#C50614

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

Shades of Venetian Red #C50614

Tints of Venetian Red #C50614

Color information

#C50614 (or 0xC50614) is unknown color: approx Venetian Red. HEX triplet: C5, 06 and 14. RGB value is (197,6,20). Sum of RGB (Red+Green+Blue) = 197+6+20=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50614 is #3AF9EB. Grayscale: #404040. Windows color (decimal): -3865068 or 1312453. OLE color: 1312453.

HSL color Cylindrical-coordinate representation of color #C50614: hue angle of 355.6º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50614 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB197620-
CMYK00.970.900.23
HSL355.6º94.09%39.8%-
HSV(B)355.6º96.95%77.25%-
XYZ23.2212.051.76-
YUV64.7102.78222.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 88.34%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=88.34%
G=2.69%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19762000.970.900.23355.694.0939.8
HexC56140615A171645e28
Octal30562401411322754413650
Binary1100010111010100011000011011010101111011001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50614; }

 p { color: rgb(197,6,20); }

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

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

 a { background-color: rgb(197,6,20); }

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

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

 span { border-color: rgb(197,6,20); }

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