#CE040E

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

Shades of Venetian Red #CE040E

Tints of Venetian Red #CE040E

Color information

#CE040E (or 0xCE040E) is unknown color: approx Venetian Red. HEX triplet: CE, 04 and 0E. RGB value is (206,4,14). Sum of RGB (Red+Green+Blue) = 206+4+14=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE040E is #31FBF1. Grayscale: #414141. Windows color (decimal): -3275762 or 918734. OLE color: 918734.

HSL color Cylindrical-coordinate representation of color #CE040E: hue angle of 357.03º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE040E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB206414-
CMYK00.980.930.19
HSL357.03º96.19%41.18%-
HSV(B)357.03º98.06%80.78%-
XYZ25.5813.241.62-
YUV65.5498.92228.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 91.96%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 14 (5.86% from 255) = 6.25%
R=91.96%
G=1.79%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20641400.980.930.19357.0396.1941.18
HexCE4E0625D131656029
Octal31641601421352354514051
Binary110011101001110011000101011101100111011001011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE040E; }

 p { color: rgb(206,4,14); }

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

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

 a { background-color: rgb(206,4,14); }

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

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

 span { border-color: rgb(206,4,14); }

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