Html Css Color HEX #EC0110 Venetian Red

📋 copy color: '#EC0110'

red 236 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #EC0110

Tints of Venetian Red #EC0110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 93.28%
G = 0.4%
B = 6.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC0110 (or 0xEC0110) is known color: Venetian Red. HEX triplet: EC, 01 and 10. RGB value is (236,1,16). Sum of RGB (Red+Green+Blue) = 236+1+16=253 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.28% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0110 is #13FEEF. Grayscale: #494949. Windows color (decimal): -1310448 or 1049068. OLE color: 1049068.

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

Color convert

RGB 236 1 16 -
CMYK 0 1.00 0.93 0.07
HSL 356.17º 0.99% 0.46% -
HSV(B) 356.17º 1% 0.93% -
XYZ 34.7 17.89 2.12 -
YUV 72.98 95.86 244.28 -
System Red Green Blue C M Y K H S L
Decimal 236 1 16 0 1.00 0.93 0.07 356.17 0.99 0.46
Hex EC 1 10 0 64 5D 7 164 63 2E
Octal 354 1 20 0 144 135 7 544 143 56
Binary 11101100 1 10000 0 1100100 1011101 111 101100100 1100011 101110

Color Harmonies of #EC0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0110

Black with #EC0110

Text Example


Text Example

White with #EC0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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