Html Css Color HEX #EC0101 Red

📋 copy color: '#EC0101'

red 236 ◦ green 1 ◦ blue 1

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

Shades of Red #EC0101

Tints of Red #EC0101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 99.16%
G = 0.42%
B = 0.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC0101 (or 0xEC0101) is known color: Red. HEX triplet: EC, 01 and 01. RGB value is (236,1,1). Sum of RGB (Red+Green+Blue) = 236+1+1=238 (31% of max value = 765). Red value is 236 (92.58% from 255 or 99.16% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0101 is #13FEFE. Grayscale: #474747. Windows color (decimal): -1310463 or 66028. OLE color: 66028.

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

Color convert

RGB 236 1 1 -
CMYK 0 1.00 1.00 0.07
HSL 0.99% 0.46% -
HSV(B) 1% 0.93% -
XYZ 34.61 17.86 1.65 -
YUV 71.27 88.36 245.5 -
System Red Green Blue C M Y K H S L
Decimal 236 1 1 0 1.00 1.00 0.07 0 0.99 0.46
Hex EC 1 1 0 64 64 7 0 63 2E
Octal 354 1 1 0 144 144 7 0 143 56
Binary 11101100 1 1 0 1100100 1100100 111 0 1100011 101110

Color Harmonies of #EC0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0101

Black with #EC0101

Text Example


Text Example

White with #EC0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0101; }

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

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

background-color css

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

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

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

border-color css

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

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

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