Html Css Color HEX #EC020B Venetian Red

📋 copy color: '#EC020B'

red 236 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #EC020B

Tints of Venetian Red #EC020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 94.78%
G = 0.8%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC020B (or 0xEC020B) is known color: Venetian Red. HEX triplet: EC, 02 and 0B. RGB value is (236,2,11). Sum of RGB (Red+Green+Blue) = 236+2+11=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC020B is #13FDF4. Grayscale: #494949. Windows color (decimal): -1310197 or 721644. OLE color: 721644.

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

Color convert

RGB 236 2 11 -
CMYK 0 0.99 0.95 0.07
HSL 357.69º 0.98% 0.47% -
HSV(B) 357.69º 0.99% 0.93% -
XYZ 34.67 17.9 1.94 -
YUV 72.99 93.02 244.27 -
System Red Green Blue C M Y K H S L
Decimal 236 2 11 0 0.99 0.95 0.07 357.69 0.98 0.47
Hex EC 2 B 0 63 5F 7 166 62 2F
Octal 354 2 13 0 143 137 7 546 142 57
Binary 11101100 10 1011 0 1100011 1011111 111 101100110 1100010 101111

Color Harmonies of #EC020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC020B

Black with #EC020B

Text Example


Text Example

White with #EC020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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