Html Css Color HEX #EC0710 Venetian Red

📋 copy color: '#EC0710'

red 236 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #EC0710

Tints of Venetian Red #EC0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 91.12%
G = 2.7%
B = 6.18%

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

#EC0710 (or 0xEC0710) is known color: Venetian Red. HEX triplet: EC, 07 and 10. RGB value is (236,7,16). Sum of RGB (Red+Green+Blue) = 236+7+16=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0710 is #13F8EF. Grayscale: #4C4C4C. Windows color (decimal): -1308912 or 1050604. OLE color: 1050604.

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

Color convert

RGB 236 7 16 -
CMYK 0 0.97 0.93 0.07
HSL 357.64º 0.94% 0.48% -
HSV(B) 357.64º 0.97% 0.93% -
XYZ 34.76 18.02 2.14 -
YUV 76.5 93.87 241.77 -
System Red Green Blue C M Y K H S L
Decimal 236 7 16 0 0.97 0.93 0.07 357.64 0.94 0.48
Hex EC 7 10 0 61 5D 7 166 5E 30
Octal 354 7 20 0 141 135 7 546 136 60
Binary 11101100 111 10000 0 1100001 1011101 111 101100110 1011110 110000

Color Harmonies of #EC0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0710

Black with #EC0710

Text Example


Text Example

White with #EC0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0710; }

 p { color: rgb(236,7,16); }

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

background-color css

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

 a { background-color: rgb(236,7,16); }

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

border-color css

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

 span { border-color: rgb(236,7,16); }

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