#C00E12

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

Shades of Venetian Red #C00E12

Tints of Venetian Red #C00E12

Color information

#C00E12 (or 0xC00E12) is unknown color: approx Venetian Red. HEX triplet: C0, 0E and 12. RGB value is (192,14,18). Sum of RGB (Red+Green+Blue) = 192+14+18=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00E12 is #3FF1ED. Grayscale: #434343. Windows color (decimal): -4190702 or 1183424. OLE color: 1183424.

HSL color Cylindrical-coordinate representation of color #C00E12: hue angle of 358.65º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E12 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1921418-
CMYK00.930.910.25
HSL358.65º86.41%40.39%-
HSV(B)358.65º92.71%75.29%-
XYZ2211.561.64-
YUV67.6899.97216.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 85.71%
GREEN value IS 14 (5.86% from 255) = 6.25%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=85.71%
G=6.25%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192141800.930.910.25358.6586.4140.39
HexC0E1205D5B191675628
Octal300162201351333154712650
Binary11000000111010010010111011011011110011011001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E12; }

 p { color: rgb(192,14,18); }

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

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

 a { background-color: rgb(192,14,18); }

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

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

 span { border-color: rgb(192,14,18); }

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