Html Css Color HEX #EC0016 Venetian Red

📋 copy color: '#EC0016'

red 236 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #EC0016

Tints of Venetian Red #EC0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.47%
G = 0%
B = 8.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0016 (or 0xEC0016) is known color: Venetian Red. HEX triplet: EC, 00 and 16. RGB value is (236,0,22). Sum of RGB (Red+Green+Blue) = 236+0+22=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0016 is #13FFE9. Grayscale: #494949. Windows color (decimal): -1310698 or 1442028. OLE color: 1442028.

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

Color convert

RGB 236 0 22 -
CMYK 0 1 0.91 0.07
HSL 354.41º 1% 0.46% -
HSV(B) 354.41º 1% 0.93% -
XYZ 34.74 17.89 2.38 -
YUV 73.07 99.19 244.21 -
System Red Green Blue C M Y K H S L
Decimal 236 0 22 0 1 0.91 0.07 354.41 1 0.46
Hex EC 0 16 0 64 5B 7 162 64 2E
Octal 354 0 26 0 144 133 7 542 144 56
Binary 11101100 0 10110 0 1100100 1011011 111 101100010 1100100 101110

Color Harmonies of #EC0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0016

Black with #EC0016

Text Example


Text Example

White with #EC0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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