Html Css Color HEX #EC0604 Red

📋 copy color: '#EC0604'

red 236 ◦ green 6 ◦ blue 4

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

Shades of Red #EC0604

Tints of Red #EC0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

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

R = 95.93%
G = 2.44%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0604 (or 0xEC0604) is known color: Red. HEX triplet: EC, 06 and 04. RGB value is (236,6,4). Sum of RGB (Red+Green+Blue) = 236+6+4=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0604 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0604 is #13F9FB. Grayscale: #4A4A4A. Windows color (decimal): -1309180 or 263916. OLE color: 263916.

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

Color convert

RGB 236 6 4 -
CMYK 0 0.97 0.98 0.07
HSL 0.52º 0.97% 0.47% -
HSV(B) 0.52º 0.98% 0.93% -
XYZ 34.68 17.97 1.76 -
YUV 74.54 88.2 243.16 -
System Red Green Blue C M Y K H S L
Decimal 236 6 4 0 0.97 0.98 0.07 0.52 0.97 0.47
Hex EC 6 4 0 61 62 7 1 61 2F
Octal 354 6 4 0 141 142 7 1 141 57
Binary 11101100 110 100 0 1100001 1100010 111 1 1100001 101111

Color Harmonies of #EC0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0604

Black with #EC0604

Text Example


Text Example

White with #EC0604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0604; }

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

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

background-color css

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

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

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

border-color css

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

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

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