#C50426

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

Shades of Venetian Red #C50426

Tints of Venetian Red #C50426

Color information

#C50426 (or 0xC50426) is unknown color: approx Venetian Red. HEX triplet: C5, 04 and 26. RGB value is (197,4,38). Sum of RGB (Red+Green+Blue) = 197+4+38=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C50426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50426 is #3AFBD9. Grayscale: #414141. Windows color (decimal): -3865562 or 2491589. OLE color: 2491589.

HSL color Cylindrical-coordinate representation of color #C50426: hue angle of 349.43º 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 #C50426 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB197438-
CMYK00.980.810.23
HSL349.43º96.02%39.41%-
HSV(B)349.43º97.97%77.25%-
XYZ23.4212.12.93-
YUV65.58112.44221.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 82.43%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=82.43%
G=1.67%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19743800.980.810.23349.4396.0239.41
HexC5426062511715d6027
Octal30544601421212753514047
Binary11000101100100110011000101010001101111010111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50426; }

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

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

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

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

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

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

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

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