Html Css Color HEX #EC111F Torch Red

📋 copy color: '#EC111F'

red 236 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #EC111F

Tints of Torch Red #EC111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 83.1%
G = 5.99%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC111F (or 0xEC111F) is known color: Torch Red. HEX triplet: EC, 11 and 1F. RGB value is (236,17,31). Sum of RGB (Red+Green+Blue) = 236+17+31=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC111F is #13EEE0. Grayscale: #545454. Windows color (decimal): -1306337 or 2036204. OLE color: 2036204.

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

Color convert

RGB 236 17 31 -
CMYK 0 0.93 0.87 0.07
HSL 356.16º 0.87% 0.5% -
HSV(B) 356.16º 0.93% 0.93% -
XYZ 35.04 18.33 2.99 -
YUV 84.08 98.05 236.36 -
System Red Green Blue C M Y K H S L
Decimal 236 17 31 0 0.93 0.87 0.07 356.16 0.87 0.5
Hex EC 11 1F 0 5D 57 7 164 57 32
Octal 354 21 37 0 135 127 7 544 127 62
Binary 11101100 10001 11111 0 1011101 1010111 111 101100100 1010111 110010

Color Harmonies of #EC111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC111F

Black with #EC111F

Text Example


Text Example

White with #EC111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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