Html Css Color HEX #EC0611 Venetian Red

📋 copy color: '#EC0611'

red 236 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #EC0611

Tints of Venetian Red #EC0611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 91.12%
G = 2.32%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC0611 (or 0xEC0611) is known color: Venetian Red. HEX triplet: EC, 06 and 11. RGB value is (236,6,17). Sum of RGB (Red+Green+Blue) = 236+6+17=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0611 is #13F9EE. Grayscale: #4C4C4C. Windows color (decimal): -1309167 or 1115884. OLE color: 1115884.

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

Color convert

RGB 236 6 17 -
CMYK 0 0.97 0.93 0.07
HSL 357.13º 0.95% 0.47% -
HSV(B) 357.13º 0.97% 0.93% -
XYZ 34.76 18 2.17 -
YUV 76.02 94.7 242.11 -
System Red Green Blue C M Y K H S L
Decimal 236 6 17 0 0.97 0.93 0.07 357.13 0.95 0.47
Hex EC 6 11 0 61 5D 7 165 5F 2F
Octal 354 6 21 0 141 135 7 545 137 57
Binary 11101100 110 10001 0 1100001 1011101 111 101100101 1011111 101111

Color Harmonies of #EC0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0611

Black with #EC0611

Text Example


Text Example

White with #EC0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0611; }

 p { color: rgb(236,6,17); }

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

background-color css

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

 a { background-color: rgb(236,6,17); }

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

border-color css

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

 span { border-color: rgb(236,6,17); }

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