Html Css Color HEX #EC042C Torch Red

📋 copy color: '#EC042C'

red 236 ◦ green 4 ◦ blue 44

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

Shades of Torch Red #EC042C

Tints of Torch Red #EC042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 83.1%
G = 1.41%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC042C (or 0xEC042C) is known color: Torch Red. HEX triplet: EC, 04 and 2C. RGB value is (236,4,44). Sum of RGB (Red+Green+Blue) = 236+4+44=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC042C is #13FBD3. Grayscale: #4E4E4E. Windows color (decimal): -1309652 or 2884844. OLE color: 2884844.

HSL color Cylindrical-coordinate representation of color #EC042C: hue angle of 349.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC042C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 44 -
CMYK 0 0.98 0.81 0.07
HSL 349.66º 0.97% 0.47% -
HSV(B) 349.66º 0.98% 0.93% -
XYZ 35.09 18.1 4.03 -
YUV 77.93 108.86 240.75 -
System Red Green Blue C M Y K H S L
Decimal 236 4 44 0 0.98 0.81 0.07 349.66 0.97 0.47
Hex EC 4 2C 0 62 51 7 15E 61 2F
Octal 354 4 54 0 142 121 7 536 141 57
Binary 11101100 100 101100 0 1100010 1010001 111 101011110 1100001 101111

Color Harmonies of #EC042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC042C

Black with #EC042C

Text Example


Text Example

White with #EC042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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