Html Css Color HEX #EC0116 Venetian Red

📋 copy color: '#EC0116'

red 236 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #EC0116

Tints of Venetian Red #EC0116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 91.12%
G = 0.39%
B = 8.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0116 (or 0xEC0116) is known color: Venetian Red. HEX triplet: EC, 01 and 16. RGB value is (236,1,22). Sum of RGB (Red+Green+Blue) = 236+1+22=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0116 is #13FEE9. Grayscale: #494949. Windows color (decimal): -1310442 or 1442284. OLE color: 1442284.

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

Color convert

RGB 236 1 22 -
CMYK 0 1.00 0.91 0.07
HSL 354.64º 0.99% 0.46% -
HSV(B) 354.64º 1% 0.93% -
XYZ 34.75 17.91 2.39 -
YUV 73.66 98.86 243.79 -
System Red Green Blue C M Y K H S L
Decimal 236 1 22 0 1.00 0.91 0.07 354.64 0.99 0.46
Hex EC 1 16 0 64 5B 7 163 63 2E
Octal 354 1 26 0 144 133 7 543 143 56
Binary 11101100 1 10110 0 1100100 1011011 111 101100011 1100011 101110

Color Harmonies of #EC0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0116

Black with #EC0116

Text Example


Text Example

White with #EC0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0116; }

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

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

background-color css

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

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

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

border-color css

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

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

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