Html Css Color HEX #EC020E Venetian Red

📋 copy color: '#EC020E'

red 236 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #EC020E

Tints of Venetian Red #EC020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 93.65%
G = 0.79%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC020E (or 0xEC020E) is known color: Venetian Red. HEX triplet: EC, 02 and 0E. RGB value is (236,2,14). Sum of RGB (Red+Green+Blue) = 236+2+14=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC020E is #13FDF1. Grayscale: #494949. Windows color (decimal): -1310194 or 918252. OLE color: 918252.

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

Color convert

RGB 236 2 14 -
CMYK 0 0.99 0.94 0.07
HSL 356.92º 0.98% 0.47% -
HSV(B) 356.92º 0.99% 0.93% -
XYZ 34.69 17.91 2.04 -
YUV 73.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 236 2 14 0 0.99 0.94 0.07 356.92 0.98 0.47
Hex EC 2 E 0 63 5E 7 165 62 2F
Octal 354 2 16 0 143 136 7 545 142 57
Binary 11101100 10 1110 0 1100011 1011110 111 101100101 1100010 101111

Color Harmonies of #EC020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC020E

Black with #EC020E

Text Example


Text Example

White with #EC020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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