Html Css Color HEX #EC0708 Venetian Red

📋 copy color: '#EC0708'

red 236 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #EC0708

Tints of Venetian Red #EC0708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 94.02%
G = 2.79%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0708 (or 0xEC0708) is known color: Venetian Red. HEX triplet: EC, 07 and 08. RGB value is (236,7,8). Sum of RGB (Red+Green+Blue) = 236+7+8=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0708 is #13F8F7. Grayscale: #4B4B4B. Windows color (decimal): -1308920 or 526316. OLE color: 526316.

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

Color convert

RGB 236 7 8 -
CMYK 0 0.97 0.97 0.07
HSL 359.74º 0.94% 0.48% -
HSV(B) 359.74º 0.97% 0.93% -
XYZ 34.71 18 1.88 -
YUV 75.59 89.87 242.42 -
System Red Green Blue C M Y K H S L
Decimal 236 7 8 0 0.97 0.97 0.07 359.74 0.94 0.48
Hex EC 7 8 0 61 61 7 168 5E 30
Octal 354 7 10 0 141 141 7 550 136 60
Binary 11101100 111 1000 0 1100001 1100001 111 101101000 1011110 110000

Color Harmonies of #EC0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0708

Black with #EC0708

Text Example


Text Example

White with #EC0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0708; }

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

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

background-color css

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

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

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

border-color css

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

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

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