#C50813

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

Shades of Venetian Red #C50813

Tints of Venetian Red #C50813

Color information

#C50813 (or 0xC50813) is unknown color: approx Venetian Red. HEX triplet: C5, 08 and 13. RGB value is (197,8,19). Sum of RGB (Red+Green+Blue) = 197+8+19=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C50813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50813 is #3AF7EC. Grayscale: #414141. Windows color (decimal): -3864557 or 1247429. OLE color: 1247429.

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

Color convert

RGB197819-
CMYK00.960.900.23
HSL356.51º92.2%40.2%-
HSV(B)356.51º95.94%77.25%-
XYZ23.2312.091.73-
YUV65.76101.62221.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 87.95%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=87.95%
G=3.57%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19781900.960.900.23356.5192.240.2
HexC58130605A171655c28
Octal305102301401322754513450
Binary11000101100010011011000001011010101111011001011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50813; }

 p { color: rgb(197,8,19); }

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

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

 a { background-color: rgb(197,8,19); }

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

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

 span { border-color: rgb(197,8,19); }

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