#C00E22

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

Shades of Venetian Red #C00E22

Tints of Venetian Red #C00E22

Color information

#C00E22 (or 0xC00E22) is unknown color: approx Venetian Red. HEX triplet: C0, 0E and 22. RGB value is (192,14,34). Sum of RGB (Red+Green+Blue) = 192+14+34=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E22 is #3FF1DD. Grayscale: #454545. Windows color (decimal): -4190686 or 2232000. OLE color: 2232000.

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

Color convert

RGB1921434-
CMYK00.930.820.25
HSL353.26º86.41%40.39%-
HSV(B)353.26º92.71%75.29%-
XYZ22.1811.642.59-
YUV69.5107.97215.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 80%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 34 (13.67% from 255) = 14.17%
R=80%
G=5.83%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192143400.930.820.25353.2686.4140.39
HexC0E2205D52191615628
Octal300164201351223154112650
Binary110000001110100010010111011010010110011011000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E22; }

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

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

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

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

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

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

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

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