#C00E1C

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

Shades of Venetian Red #C00E1C

Tints of Venetian Red #C00E1C

Color information

#C00E1C (or 0xC00E1C) is unknown color: approx Venetian Red. HEX triplet: C0, 0E and 1C. RGB value is (192,14,28). Sum of RGB (Red+Green+Blue) = 192+14+28=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E1C is #3FF1E3. Grayscale: #444444. Windows color (decimal): -4190692 or 1838784. OLE color: 1838784.

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

Color convert

RGB1921428-
CMYK00.930.850.25
HSL355.28º86.41%40.39%-
HSV(B)355.28º92.71%75.29%-
XYZ22.111.62.17-
YUV68.82104.97215.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 82.05%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=82.05%
G=5.98%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192142800.930.850.25355.2886.4140.39
HexC0E1C05D55191635628
Octal300163401351253154312650
Binary11000000111011100010111011010101110011011000111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E1C; }

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

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

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

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

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

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

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

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