#C10E20

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

Shades of Venetian Red #C10E20

Tints of Venetian Red #C10E20

Color information

#C10E20 (or 0xC10E20) is unknown color: approx Venetian Red. HEX triplet: C1, 0E and 20. RGB value is (193,14,32). Sum of RGB (Red+Green+Blue) = 193+14+32=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E20 is #3EF1DF. Grayscale: #454545. Windows color (decimal): -4125152 or 2100929. OLE color: 2100929.

HSL color Cylindrical-coordinate representation of color #C10E20: hue angle of 353.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E20 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB1931432-
CMYK00.930.830.24
HSL353.97º86.47%40.59%-
HSV(B)353.97º92.75%75.69%-
XYZ22.4111.762.45-
YUV69.57106.8216.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 80.75%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=80.75%
G=5.86%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193143200.930.830.24353.9786.4740.59
HexC1E2005D53181625629
Octal301164001351233054212651
Binary110000011110100000010111011010011110001011000101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E20; }

 p { color: rgb(193,14,32); }

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

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

 a { background-color: rgb(193,14,32); }

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

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

 span { border-color: rgb(193,14,32); }

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