Html Css Color HEX #EC0810 Venetian Red

📋 copy color: '#EC0810'

red 236 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #EC0810

Tints of Venetian Red #EC0810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 90.77%
G = 3.08%
B = 6.15%

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

#EC0810 (or 0xEC0810) is known color: Venetian Red. HEX triplet: EC, 08 and 10. RGB value is (236,8,16). Sum of RGB (Red+Green+Blue) = 236+8+16=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0810 is #13F7EF. Grayscale: #4D4D4D. Windows color (decimal): -1308656 or 1050860. OLE color: 1050860.

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

Color convert

RGB 236 8 16 -
CMYK 0 0.97 0.93 0.07
HSL 357.89º 0.93% 0.48% -
HSV(B) 357.89º 0.97% 0.93% -
XYZ 34.77 18.04 2.14 -
YUV 77.08 93.54 241.35 -
System Red Green Blue C M Y K H S L
Decimal 236 8 16 0 0.97 0.93 0.07 357.89 0.93 0.48
Hex EC 8 10 0 61 5D 7 166 5D 30
Octal 354 10 20 0 141 135 7 546 135 60
Binary 11101100 1000 10000 0 1100001 1011101 111 101100110 1011101 110000

Color Harmonies of #EC0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0810

Black with #EC0810

Text Example


Text Example

White with #EC0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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