Html Css Color HEX #EC0304 Venetian Red

📋 copy color: '#EC0304'

red 236 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #EC0304

Tints of Venetian Red #EC0304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 97.12%
G = 1.23%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0304 (or 0xEC0304) is known color: Venetian Red. HEX triplet: EC, 03 and 04. RGB value is (236,3,4). Sum of RGB (Red+Green+Blue) = 236+3+4=243 (32% of max value = 765). Red value is 236 (92.58% from 255 or 97.12% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0304 is #13FCFB. Grayscale: #494949. Windows color (decimal): -1309948 or 263148. OLE color: 263148.

HSL color Cylindrical-coordinate representation of color #EC0304: hue angle of 359.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 3 4 -
CMYK 0 0.99 0.98 0.07
HSL 359.74º 0.97% 0.47% -
HSV(B) 359.74º 0.99% 0.93% -
XYZ 34.65 17.91 1.75 -
YUV 72.78 89.19 244.42 -
System Red Green Blue C M Y K H S L
Decimal 236 3 4 0 0.99 0.98 0.07 359.74 0.97 0.47
Hex EC 3 4 0 63 62 7 168 61 2F
Octal 354 3 4 0 143 142 7 550 141 57
Binary 11101100 11 100 0 1100011 1100010 111 101101000 1100001 101111

Color Harmonies of #EC0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0304

Black with #EC0304

Text Example


Text Example

White with #EC0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0304; }

 p { color: rgb(236,3,4); }

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

background-color css

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

 a { background-color: rgb(236,3,4); }

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

border-color css

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

 span { border-color: rgb(236,3,4); }

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