Html Css Color HEX #EC0712 Venetian Red

📋 copy color: '#EC0712'

red 236 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #EC0712

Tints of Venetian Red #EC0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 90.42%
G = 2.68%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC0712 (or 0xEC0712) is known color: Venetian Red. HEX triplet: EC, 07 and 12. RGB value is (236,7,18). Sum of RGB (Red+Green+Blue) = 236+7+18=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0712 is #13F8ED. Grayscale: #4C4C4C. Windows color (decimal): -1308910 or 1181676. OLE color: 1181676.

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

Color convert

RGB 236 7 18 -
CMYK 0 0.97 0.92 0.07
HSL 357.12º 0.94% 0.48% -
HSV(B) 357.12º 0.97% 0.93% -
XYZ 34.78 18.03 2.22 -
YUV 76.73 94.87 241.61 -
System Red Green Blue C M Y K H S L
Decimal 236 7 18 0 0.97 0.92 0.07 357.12 0.94 0.48
Hex EC 7 12 0 61 5C 7 165 5E 30
Octal 354 7 22 0 141 134 7 545 136 60
Binary 11101100 111 10010 0 1100001 1011100 111 101100101 1011110 110000

Color Harmonies of #EC0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0712

Black with #EC0712

Text Example


Text Example

White with #EC0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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