Html Css Color HEX #EC112C Torch Red

📋 copy color: '#EC112C'

red 236 ◦ green 17 ◦ blue 44

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

Shades of Torch Red #EC112C

Tints of Torch Red #EC112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 79.46%
G = 5.72%
B = 14.81%

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

#EC112C (or 0xEC112C) is known color: Torch Red. HEX triplet: EC, 11 and 2C. RGB value is (236,17,44). Sum of RGB (Red+Green+Blue) = 236+17+44=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC112C is #13EED3. Grayscale: #555555. Windows color (decimal): -1306324 or 2888172. OLE color: 2888172.

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

Color convert

RGB 236 17 44 -
CMYK 0 0.93 0.81 0.07
HSL 352.6º 0.87% 0.5% -
HSV(B) 352.6º 0.93% 0.93% -
XYZ 35.25 18.42 4.08 -
YUV 85.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 236 17 44 0 0.93 0.81 0.07 352.6 0.87 0.5
Hex EC 11 2C 0 5D 51 7 161 57 32
Octal 354 21 54 0 135 121 7 541 127 62
Binary 11101100 10001 101100 0 1011101 1010001 111 101100001 1010111 110010

Color Harmonies of #EC112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC112C

Black with #EC112C

Text Example


Text Example

White with #EC112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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