Html Css Color HEX #EC070E Venetian Red

📋 copy color: '#EC070E'

red 236 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #EC070E

Tints of Venetian Red #EC070E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 91.83%
G = 2.72%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC070E (or 0xEC070E) is known color: Venetian Red. HEX triplet: EC, 07 and 0E. RGB value is (236,7,14). Sum of RGB (Red+Green+Blue) = 236+7+14=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC070E is #13F8F1. Grayscale: #4C4C4C. Windows color (decimal): -1308914 or 919532. OLE color: 919532.

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

Color convert

RGB 236 7 14 -
CMYK 0 0.97 0.94 0.07
HSL 358.17º 0.94% 0.48% -
HSV(B) 358.17º 0.97% 0.93% -
XYZ 34.75 18.02 2.06 -
YUV 76.27 92.87 241.93 -
System Red Green Blue C M Y K H S L
Decimal 236 7 14 0 0.97 0.94 0.07 358.17 0.94 0.48
Hex EC 7 E 0 61 5E 7 166 5E 30
Octal 354 7 16 0 141 136 7 546 136 60
Binary 11101100 111 1110 0 1100001 1011110 111 101100110 1011110 110000

Color Harmonies of #EC070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC070E

Black with #EC070E

Text Example


Text Example

White with #EC070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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