Html Css Color HEX #EC0000 Red

📋 copy color: '#EC0000'

red 236 ◦ green 0 ◦ blue 0

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

Shades of Red #EC0000

Tints of Red #EC0000

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC0000 (or 0xEC0000) is known color: Red. HEX triplet: EC, 00 and 00. RGB value is (236,0,0). Sum of RGB (Red+Green+Blue) = 236+0+0=236 (31% of max value = 765). Red value is 236 (92.58% from 255 or 100% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0000 is #13FFFF. Grayscale: #464646. Windows color (decimal): -1310720 or 236. OLE color: 236.

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

Color convert

RGB 236 0 0 -
CMYK 0 1 1 0.07
HSL 1% 0.46% -
HSV(B) 1% 0.93% -
XYZ 34.59 17.83 1.62 -
YUV 70.56 88.19 246 -
System Red Green Blue C M Y K H S L
Decimal 236 0 0 0 1 1 0.07 0 1 0.46
Hex EC 0 0 0 64 64 7 0 64 2E
Octal 354 0 0 0 144 144 7 0 144 56
Binary 11101100 0 0 0 1100100 1100100 111 0 1100100 101110

Color Harmonies of #EC0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0000

Black with #EC0000

Text Example


Text Example

White with #EC0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0000; }

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

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

background-color css

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

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

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

border-color css

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

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

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