Html Css Color HEX #EC112A Torch Red

📋 copy color: '#EC112A'

red 236 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #EC112A

Tints of Torch Red #EC112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 80%
G = 5.76%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC112A (or 0xEC112A) is known color: Torch Red. HEX triplet: EC, 11 and 2A. RGB value is (236,17,42). Sum of RGB (Red+Green+Blue) = 236+17+42=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC112A is #13EED5. Grayscale: #555555. Windows color (decimal): -1306326 or 2757100. OLE color: 2757100.

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

Color convert

RGB 236 17 42 -
CMYK 0 0.93 0.82 0.07
HSL 353.15º 0.87% 0.5% -
HSV(B) 353.15º 0.93% 0.93% -
XYZ 35.21 18.4 3.89 -
YUV 85.33 103.55 235.47 -
System Red Green Blue C M Y K H S L
Decimal 236 17 42 0 0.93 0.82 0.07 353.15 0.87 0.5
Hex EC 11 2A 0 5D 52 7 161 57 32
Octal 354 21 52 0 135 122 7 541 127 62
Binary 11101100 10001 101010 0 1011101 1010010 111 101100001 1010111 110010

Color Harmonies of #EC112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC112A

Black with #EC112A

Text Example


Text Example

White with #EC112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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