#C10D19

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

Shades of Venetian Red #C10D19

Tints of Venetian Red #C10D19

Color information

#C10D19 (or 0xC10D19) is unknown color: approx Venetian Red. HEX triplet: C1, 0D and 19. RGB value is (193,13,25). Sum of RGB (Red+Green+Blue) = 193+13+25=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10D19 is #3EF2E6. Grayscale: #444444. Windows color (decimal): -4125415 or 1641921. OLE color: 1641921.

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

Color convert

RGB1931325-
CMYK00.930.870.24
HSL356º87.38%40.39%-
HSV(B)356º93.26%75.69%-
XYZ22.3111.72-
YUV68.19103.63217.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 83.55%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=83.55%
G=5.63%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193132500.930.870.2435687.3840.39
HexC1D1905D57181645728
Octal301153101351273054412750
Binary11000001110111001010111011010111110001011001001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D19; }

 p { color: rgb(193,13,25); }

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

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

 a { background-color: rgb(193,13,25); }

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

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

 span { border-color: rgb(193,13,25); }

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