Html Css Color HEX #EC0E0B Red

📋 copy color: '#EC0E0B'

red 236 ◦ green 14 ◦ blue 11

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

Shades of Red #EC0E0B

Tints of Red #EC0E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 90.42%
G = 5.36%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC0E0B (or 0xEC0E0B) is known color: Red. HEX triplet: EC, 0E and 0B. RGB value is (236,14,11). Sum of RGB (Red+Green+Blue) = 236+14+11=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0E0B is #13F1F4. Grayscale: #505050. Windows color (decimal): -1307125 or 724716. OLE color: 724716.

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

Color convert

RGB 236 14 11 -
CMYK 0 0.94 0.95 0.07
HSL 0.8º 0.91% 0.48% -
HSV(B) 0.8º 0.95% 0.93% -
XYZ 34.81 18.17 1.99 -
YUV 80.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 236 14 11 0 0.94 0.95 0.07 0.8 0.91 0.48
Hex EC E B 0 5E 5F 7 1 5B 30
Octal 354 16 13 0 136 137 7 1 133 60
Binary 11101100 1110 1011 0 1011110 1011111 111 1 1011011 110000

Color Harmonies of #EC0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E0B

Black with #EC0E0B

Text Example


Text Example

White with #EC0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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