Html Css Color HEX #EC080B Venetian Red

📋 copy color: '#EC080B'

red 236 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #EC080B

Tints of Venetian Red #EC080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

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

R = 92.55%
G = 3.14%
B = 4.31%

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

#EC080B (or 0xEC080B) is known color: Venetian Red. HEX triplet: EC, 08 and 0B. RGB value is (236,8,11). Sum of RGB (Red+Green+Blue) = 236+8+11=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC080B is #13F7F4. Grayscale: #4C4C4C. Windows color (decimal): -1308661 or 723180. OLE color: 723180.

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

Color convert

RGB 236 8 11 -
CMYK 0 0.97 0.95 0.07
HSL 359.21º 0.93% 0.48% -
HSV(B) 359.21º 0.97% 0.93% -
XYZ 34.74 18.03 1.97 -
YUV 76.51 91.04 241.76 -
System Red Green Blue C M Y K H S L
Decimal 236 8 11 0 0.97 0.95 0.07 359.21 0.93 0.48
Hex EC 8 B 0 61 5F 7 167 5D 30
Octal 354 10 13 0 141 137 7 547 135 60
Binary 11101100 1000 1011 0 1100001 1011111 111 101100111 1011101 110000

Color Harmonies of #EC080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC080B

Black with #EC080B

Text Example


Text Example

White with #EC080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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