Html Css Color HEX #EC112E Torch Red

📋 copy color: '#EC112E'

red 236 ◦ green 17 ◦ blue 46

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

Shades of Torch Red #EC112E

Tints of Torch Red #EC112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 78.93%
G = 5.69%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC112E (or 0xEC112E) is known color: Torch Red. HEX triplet: EC, 11 and 2E. RGB value is (236,17,46). Sum of RGB (Red+Green+Blue) = 236+17+46=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC112E is #13EED1. Grayscale: #555555. Windows color (decimal): -1306322 or 3019244. OLE color: 3019244.

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

Color convert

RGB 236 17 46 -
CMYK 0 0.93 0.81 0.07
HSL 352.05º 0.87% 0.5% -
HSV(B) 352.05º 0.93% 0.93% -
XYZ 35.29 18.43 4.28 -
YUV 85.79 105.55 235.14 -
System Red Green Blue C M Y K H S L
Decimal 236 17 46 0 0.93 0.81 0.07 352.05 0.87 0.5
Hex EC 11 2E 0 5D 51 7 160 57 32
Octal 354 21 56 0 135 121 7 540 127 62
Binary 11101100 10001 101110 0 1011101 1010001 111 101100000 1010111 110010

Color Harmonies of #EC112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC112E

Black with #EC112E

Text Example


Text Example

White with #EC112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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