Html Css Color HEX #EC040E Venetian Red

📋 copy color: '#EC040E'

red 236 ◦ green 4 ◦ blue 14

#EC040E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #EC040E

Tints of Venetian Red #EC040E

RGB

 RED value IS 236 (92.58% from 255) = 92.91%

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 92.91%
G = 1.57%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC040E (or 0xEC040E) is known color: Venetian Red. HEX triplet: EC, 04 and 0E. RGB value is (236,4,14). Sum of RGB (Red+Green+Blue) = 236+4+14=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC040E is #13FBF1. Grayscale: #4A4A4A. Windows color (decimal): -1309682 or 918764. OLE color: 918764.

HSL color Cylindrical-coordinate representation of color #EC040E: hue angle of 357.41º 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 #EC040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 14 -
CMYK 0 0.98 0.94 0.07
HSL 357.41º 0.97% 0.47% -
HSV(B) 357.41º 0.98% 0.93% -
XYZ 34.71 17.95 2.05 -
YUV 74.51 93.86 243.19 -
System Red Green Blue C M Y K H S L
Decimal 236 4 14 0 0.98 0.94 0.07 357.41 0.97 0.47
Hex EC 4 E 0 62 5E 7 165 61 2F
Octal 354 4 16 0 142 136 7 545 141 57
Binary 11101100 100 1110 0 1100010 1011110 111 101100101 1100001 101111

Color Harmonies of #EC040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC040E

Black with #EC040E

Text Example


Text Example

White with #EC040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC040E; }

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

 H1.HeaderClassName
 {
   color: #EC040E;
 }
 .AnyTagClassName
 {
   color: #EC040E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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