#C50D1E

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

Shades of Venetian Red #C50D1E

Tints of Venetian Red #C50D1E

Color information

#C50D1E (or 0xC50D1E) is unknown color: approx Venetian Red. HEX triplet: C5, 0D and 1E. RGB value is (197,13,30). Sum of RGB (Red+Green+Blue) = 197+13+30=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D1E is #3AF2E1. Grayscale: #464646. Windows color (decimal): -3863266 or 1969605. OLE color: 1969605.

HSL color Cylindrical-coordinate representation of color #C50D1E: hue angle of 354.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D1E is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1971330-
CMYK00.930.850.23
HSL354.46º87.62%41.18%-
HSV(B)354.46º93.4%77.25%-
XYZ23.412.252.36-
YUV69.95105.46218.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 82.08%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=82.08%
G=5.42%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197133000.930.850.23354.4687.6241.18
HexC5D1E05D55171625829
Octal305153601351252754213051
Binary11000101110111110010111011010101101111011000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50D1E; }

 p { color: rgb(197,13,30); }

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

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

 a { background-color: rgb(197,13,30); }

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

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

 span { border-color: rgb(197,13,30); }

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