Html Css Color HEX #EC0811 Venetian Red

📋 copy color: '#EC0811'

red 236 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #EC0811

Tints of Venetian Red #EC0811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 90.42%
G = 3.07%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC0811 (or 0xEC0811) is known color: Venetian Red. HEX triplet: EC, 08 and 11. RGB value is (236,8,17). Sum of RGB (Red+Green+Blue) = 236+8+17=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0811 is #13F7EE. Grayscale: #4D4D4D. Windows color (decimal): -1308655 or 1116396. OLE color: 1116396.

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

Color convert

RGB 236 8 17 -
CMYK 0 0.97 0.93 0.07
HSL 357.63º 0.93% 0.48% -
HSV(B) 357.63º 0.97% 0.93% -
XYZ 34.78 18.05 2.18 -
YUV 77.2 94.04 241.27 -
System Red Green Blue C M Y K H S L
Decimal 236 8 17 0 0.97 0.93 0.07 357.63 0.93 0.48
Hex EC 8 11 0 61 5D 7 166 5D 30
Octal 354 10 21 0 141 135 7 546 135 60
Binary 11101100 1000 10001 0 1100001 1011101 111 101100110 1011101 110000

Color Harmonies of #EC0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0811

Black with #EC0811

Text Example


Text Example

White with #EC0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0811; }

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

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

background-color css

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

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

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

border-color css

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

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

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