#C50414

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

Shades of Venetian Red #C50414

Tints of Venetian Red #C50414

Color information

#C50414 (or 0xC50414) is unknown color: approx Venetian Red. HEX triplet: C5, 04 and 14. RGB value is (197,4,20). Sum of RGB (Red+Green+Blue) = 197+4+20=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C50414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50414 is #3AFBEB. Grayscale: #3F3F3F. Windows color (decimal): -3865580 or 1311941. OLE color: 1311941.

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

Color convert

RGB197420-
CMYK00.980.900.23
HSL355.03º96.02%39.41%-
HSV(B)355.03º97.97%77.25%-
XYZ23.212.011.76-
YUV63.53103.44223.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 89.14%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=89.14%
G=1.81%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19742000.980.900.23355.0396.0239.41
HexC54140625A171636027
Octal30542401421322754314047
Binary1100010110010100011000101011010101111011000111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50414; }

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

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

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

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

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

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

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

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