Html Css Color HEX #EC120E Red

📋 copy color: '#EC120E'

red 236 ◦ green 18 ◦ blue 14

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

Shades of Red #EC120E

Tints of Red #EC120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 88.06%
G = 6.72%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC120E (or 0xEC120E) is known color: Red. HEX triplet: EC, 12 and 0E. RGB value is (236,18,14). Sum of RGB (Red+Green+Blue) = 236+18+14=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC120E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC120E is #13EDF1. Grayscale: #525252. Windows color (decimal): -1306098 or 922348. OLE color: 922348.

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

Color convert

RGB 236 18 14 -
CMYK 0 0.92 0.94 0.07
HSL 1.08º 0.89% 0.49% -
HSV(B) 1.08º 0.94% 0.93% -
XYZ 34.89 18.3 2.11 -
YUV 82.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 236 18 14 0 0.92 0.94 0.07 1.08 0.89 0.49
Hex EC 12 E 0 5C 5E 7 1 59 31
Octal 354 22 16 0 134 136 7 1 131 61
Binary 11101100 10010 1110 0 1011100 1011110 111 1 1011001 110001

Color Harmonies of #EC120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC120E

Black with #EC120E

Text Example


Text Example

White with #EC120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC120E; }

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

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

background-color css

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

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

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

border-color css

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

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

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