Html Css Color HEX #EC070B Venetian Red

📋 copy color: '#EC070B'

red 236 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #EC070B

Tints of Venetian Red #EC070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 92.91%
G = 2.76%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC070B (or 0xEC070B) is known color: Venetian Red. HEX triplet: EC, 07 and 0B. RGB value is (236,7,11). Sum of RGB (Red+Green+Blue) = 236+7+11=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC070B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC070B is #13F8F4. Grayscale: #4C4C4C. Windows color (decimal): -1308917 or 722924. OLE color: 722924.

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

Color convert

RGB 236 7 11 -
CMYK 0 0.97 0.95 0.07
HSL 358.95º 0.94% 0.48% -
HSV(B) 358.95º 0.97% 0.93% -
XYZ 34.73 18.01 1.96 -
YUV 75.93 91.37 242.17 -
System Red Green Blue C M Y K H S L
Decimal 236 7 11 0 0.97 0.95 0.07 358.95 0.94 0.48
Hex EC 7 B 0 61 5F 7 167 5E 30
Octal 354 7 13 0 141 137 7 547 136 60
Binary 11101100 111 1011 0 1100001 1011111 111 101100111 1011110 110000

Color Harmonies of #EC070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC070B

Black with #EC070B

Text Example


Text Example

White with #EC070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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