Html Css Color HEX #EC043A Torch Red

📋 copy color: '#EC043A'

red 236 ◦ green 4 ◦ blue 58

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

Shades of Torch Red #EC043A

Tints of Torch Red #EC043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 79.19%
G = 1.34%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC043A (or 0xEC043A) is known color: Torch Red. HEX triplet: EC, 04 and 3A. RGB value is (236,4,58). Sum of RGB (Red+Green+Blue) = 236+4+58=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC043A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC043A is #13FBC5. Grayscale: #4F4F4F. Windows color (decimal): -1309638 or 3802348. OLE color: 3802348.

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

Color convert

RGB 236 4 58 -
CMYK 0 0.98 0.75 0.07
HSL 346.03º 0.97% 0.47% -
HSV(B) 346.03º 0.98% 0.93% -
XYZ 35.4 18.23 5.66 -
YUV 79.52 115.86 239.61 -
System Red Green Blue C M Y K H S L
Decimal 236 4 58 0 0.98 0.75 0.07 346.03 0.97 0.47
Hex EC 4 3A 0 62 4B 7 15A 61 2F
Octal 354 4 72 0 142 113 7 532 141 57
Binary 11101100 100 111010 0 1100010 1001011 111 101011010 1100001 101111

Color Harmonies of #EC043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC043A

Black with #EC043A

Text Example


Text Example

White with #EC043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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