#C10E1D

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

Shades of Venetian Red #C10E1D

Tints of Venetian Red #C10E1D

Color information

#C10E1D (or 0xC10E1D) is unknown color: approx Venetian Red. HEX triplet: C1, 0E and 1D. RGB value is (193,14,29). Sum of RGB (Red+Green+Blue) = 193+14+29=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E1D is #3EF1E2. Grayscale: #454545. Windows color (decimal): -4125155 or 1904321. OLE color: 1904321.

HSL color Cylindrical-coordinate representation of color #C10E1D: hue angle of 354.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 #C10E1D is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1931429-
CMYK00.930.850.24
HSL354.97º86.47%40.59%-
HSV(B)354.97º92.75%75.69%-
XYZ22.3711.742.25-
YUV69.23105.3216.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 81.78%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=81.78%
G=5.93%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193142900.930.850.24354.9786.4740.59
HexC1E1D05D55181635629
Octal301163501351253054312651
Binary11000001111011101010111011010101110001011000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E1D; }

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

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

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

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

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

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

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

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