Html Css Color HEX #EC1136 Torch Red

📋 copy color: '#EC1136'

red 236 ◦ green 17 ◦ blue 54

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

Shades of Torch Red #EC1136

Tints of Torch Red #EC1136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.54%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 76.87%
G = 5.54%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1136 (or 0xEC1136) is known color: Torch Red. HEX triplet: EC, 11 and 36. RGB value is (236,17,54). Sum of RGB (Red+Green+Blue) = 236+17+54=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1136 is #13EEC9. Grayscale: #565656. Windows color (decimal): -1306314 or 3543532. OLE color: 3543532.

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

Color convert

RGB 236 17 54 -
CMYK 0 0.93 0.77 0.07
HSL 349.86º 0.87% 0.5% -
HSV(B) 349.86º 0.93% 0.93% -
XYZ 35.46 18.5 5.19 -
YUV 86.7 109.55 234.49 -
System Red Green Blue C M Y K H S L
Decimal 236 17 54 0 0.93 0.77 0.07 349.86 0.87 0.5
Hex EC 11 36 0 5D 4D 7 15E 57 32
Octal 354 21 66 0 135 115 7 536 127 62
Binary 11101100 10001 110110 0 1011101 1001101 111 101011110 1010111 110010

Color Harmonies of #EC1136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1136

Black with #EC1136

Text Example


Text Example

White with #EC1136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1136; }

 p { color: rgb(236,17,54); }

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

background-color css

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

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

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

border-color css

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

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

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