Html Css Color HEX #EC1126 Torch Red

📋 copy color: '#EC1126'

red 236 ◦ green 17 ◦ blue 38

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

Shades of Torch Red #EC1126

Tints of Torch Red #EC1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 81.1%
G = 5.84%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC1126 (or 0xEC1126) is known color: Torch Red. HEX triplet: EC, 11 and 26. RGB value is (236,17,38). Sum of RGB (Red+Green+Blue) = 236+17+38=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1126 is #13EED9. Grayscale: #555555. Windows color (decimal): -1306330 or 2494956. OLE color: 2494956.

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

Color convert

RGB 236 17 38 -
CMYK 0 0.93 0.84 0.07
HSL 354.25º 0.87% 0.5% -
HSV(B) 354.25º 0.93% 0.93% -
XYZ 35.14 18.37 3.53 -
YUV 84.88 101.55 235.79 -
System Red Green Blue C M Y K H S L
Decimal 236 17 38 0 0.93 0.84 0.07 354.25 0.87 0.5
Hex EC 11 26 0 5D 54 7 162 57 32
Octal 354 21 46 0 135 124 7 542 127 62
Binary 11101100 10001 100110 0 1011101 1010100 111 101100010 1010111 110010

Color Harmonies of #EC1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1126

Black with #EC1126

Text Example


Text Example

White with #EC1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1126; }

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

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

background-color css

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

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

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

border-color css

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

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

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