Html Css Color HEX #EC0E01 Red

📋 copy color: '#EC0E01'

red 236 ◦ green 14 ◦ blue 1

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

Shades of Red #EC0E01

Tints of Red #EC0E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

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

R = 94.02%
G = 5.58%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC0E01 (or 0xEC0E01) is known color: Red. HEX triplet: EC, 0E and 01. RGB value is (236,14,1). Sum of RGB (Red+Green+Blue) = 236+14+1=251 (33% of max value = 765). Red value is 236 (92.58% from 255 or 94.02% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0E01 is #13F1FE. Grayscale: #4F4F4F. Windows color (decimal): -1307135 or 69356. OLE color: 69356.

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

Color convert

RGB 236 14 1 -
CMYK 0 0.94 1.00 0.07
HSL 3.32º 0.99% 0.46% -
HSV(B) 3.32º 1% 0.93% -
XYZ 34.75 18.15 1.7 -
YUV 78.9 84.05 240.06 -
System Red Green Blue C M Y K H S L
Decimal 236 14 1 0 0.94 1.00 0.07 3.32 0.99 0.46
Hex EC E 1 0 5E 64 7 3 63 2E
Octal 354 16 1 0 136 144 7 3 143 56
Binary 11101100 1110 1 0 1011110 1100100 111 11 1100011 101110

Color Harmonies of #EC0E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E01

Black with #EC0E01

Text Example


Text Example

White with #EC0E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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