#C10814

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

Shades of Venetian Red #C10814

Tints of Venetian Red #C10814

Color information

#C10814 (or 0xC10814) is unknown color: approx Venetian Red. HEX triplet: C1, 08 and 14. RGB value is (193,8,20). Sum of RGB (Red+Green+Blue) = 193+8+20=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C10814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10814 is #3EF7EB. Grayscale: #404040. Windows color (decimal): -4126700 or 1312961. OLE color: 1312961.

HSL color Cylindrical-coordinate representation of color #C10814: hue angle of 356.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10814 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB193820-
CMYK00.960.900.24
HSL356.11º92.04%39.41%-
HSV(B)356.11º95.85%75.69%-
XYZ22.2111.561.72-
YUV64.68102.79219.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 87.33%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=87.33%
G=3.62%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19382000.960.900.24356.1192.0439.41
HexC18140605A181645c27
Octal301102401401323054413447
Binary11000001100010100011000001011010110001011001001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10814; }

 p { color: rgb(193,8,20); }

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

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

 a { background-color: rgb(193,8,20); }

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

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

 span { border-color: rgb(193,8,20); }

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