#EC040D

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

Shades of Venetian Red #EC040D

Tints of Venetian Red #EC040D

Color information

#EC040D (or 0xEC040D) is unknown color: approx Venetian Red. HEX triplet: EC, 04 and 0D. RGB value is (236,4,13). Sum of RGB (Red+Green+Blue) = 236+4+13=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC040D is #13FBF2. Grayscale: #4A4A4A. Windows color (decimal): -1309683 or 853228. OLE color: 853228.

HSL color Cylindrical-coordinate representation of color #EC040D: hue angle of 357.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB236413-
CMYK00.980.940.07
HSL357.67º96.67%47.06%-
HSV(B)357.67º98.31%92.55%-
XYZ34.7117.952.02-
YUV74.3993.36243.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 93.28%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 13 (5.47% from 255) = 5.14%
R=93.28%
G=1.58%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23641300.980.940.07357.6796.6747.06
HexEC4D0625E7166612f
Octal3544150142136754614157
Binary1110110010011010110001010111101111011001101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC040D; }

 p { color: rgb(236,4,13); }

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

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

 a { background-color: rgb(236,4,13); }

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

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

 span { border-color: rgb(236,4,13); }

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