Html Css Color HEX #EC0A04 Red

📋 copy color: '#EC0A04'

red 236 ◦ green 10 ◦ blue 4

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

Shades of Red #EC0A04

Tints of Red #EC0A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 94.4%
G = 4%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC0A04 (or 0xEC0A04) is known color: Red. HEX triplet: EC, 0A and 04. RGB value is (236,10,4). Sum of RGB (Red+Green+Blue) = 236+10+4=250 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0A04 is #13F5FB. Grayscale: #4D4D4D. Windows color (decimal): -1308156 or 264940. OLE color: 264940.

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

Color convert

RGB 236 10 4 -
CMYK 0 0.96 0.98 0.07
HSL 1.55º 0.97% 0.47% -
HSV(B) 1.55º 0.98% 0.93% -
XYZ 34.72 18.06 1.77 -
YUV 76.89 86.87 241.49 -
System Red Green Blue C M Y K H S L
Decimal 236 10 4 0 0.96 0.98 0.07 1.55 0.97 0.47
Hex EC A 4 0 60 62 7 2 61 2F
Octal 354 12 4 0 140 142 7 2 141 57
Binary 11101100 1010 100 0 1100000 1100010 111 10 1100001 101111

Color Harmonies of #EC0A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A04

Black with #EC0A04

Text Example


Text Example

White with #EC0A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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