Html Css Color HEX #EC120B Red

📋 copy color: '#EC120B'

red 236 ◦ green 18 ◦ blue 11

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

Shades of Red #EC120B

Tints of Red #EC120B

RGB

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

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

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

R = 89.06%
G = 6.79%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC120B (or 0xEC120B) is known color: Red. HEX triplet: EC, 12 and 0B. RGB value is (236,18,11). Sum of RGB (Red+Green+Blue) = 236+18+11=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC120B is #13EDF4. Grayscale: #525252. Windows color (decimal): -1306101 or 725740. OLE color: 725740.

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

Color convert

RGB 236 18 11 -
CMYK 0 0.92 0.95 0.07
HSL 1.87º 0.91% 0.48% -
HSV(B) 1.87º 0.95% 0.93% -
XYZ 34.87 18.29 2.01 -
YUV 82.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 236 18 11 0 0.92 0.95 0.07 1.87 0.91 0.48
Hex EC 12 B 0 5C 5F 7 2 5B 30
Octal 354 22 13 0 134 137 7 2 133 60
Binary 11101100 10010 1011 0 1011100 1011111 111 10 1011011 110000

Color Harmonies of #EC120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC120B

Black with #EC120B

Text Example


Text Example

White with #EC120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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