Html Css Color HEX #EC0404 Red

📋 copy color: '#EC0404'

red 236 ◦ green 4 ◦ blue 4

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

Shades of Red #EC0404

Tints of Red #EC0404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 96.72%
G = 1.64%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0404 (or 0xEC0404) is known color: Red. HEX triplet: EC, 04 and 04. RGB value is (236,4,4). Sum of RGB (Red+Green+Blue) = 236+4+4=244 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.72% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0404 is #13FBFB. Grayscale: #494949. Windows color (decimal): -1309692 or 263404. OLE color: 263404.

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

Color convert

RGB 236 4 4 -
CMYK 0 0.98 0.98 0.07
HSL 0.97% 0.47% -
HSV(B) 0.98% 0.93% -
XYZ 34.66 17.93 1.75 -
YUV 73.37 88.86 244 -
System Red Green Blue C M Y K H S L
Decimal 236 4 4 0 0.98 0.98 0.07 0 0.97 0.47
Hex EC 4 4 0 62 62 7 0 61 2F
Octal 354 4 4 0 142 142 7 0 141 57
Binary 11101100 100 100 0 1100010 1100010 111 0 1100001 101111

Color Harmonies of #EC0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0404

Black with #EC0404

Text Example


Text Example

White with #EC0404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0404; }

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

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

background-color css

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

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

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

border-color css

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

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

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