Html Css Color HEX #EC053A Torch Red

📋 copy color: '#EC053A'

red 236 ◦ green 5 ◦ blue 58

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

Shades of Torch Red #EC053A

Tints of Torch Red #EC053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 78.93%
G = 1.67%
B = 19.4%

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

#EC053A (or 0xEC053A) is known color: Torch Red. HEX triplet: EC, 05 and 3A. RGB value is (236,5,58). Sum of RGB (Red+Green+Blue) = 236+5+58=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC053A is #13FAC5. Grayscale: #505050. Windows color (decimal): -1309382 or 3802604. OLE color: 3802604.

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

Color convert

RGB 236 5 58 -
CMYK 0 0.98 0.75 0.07
HSL 346.23º 0.96% 0.47% -
HSV(B) 346.23º 0.98% 0.93% -
XYZ 35.41 18.25 5.66 -
YUV 80.11 115.53 239.19 -
System Red Green Blue C M Y K H S L
Decimal 236 5 58 0 0.98 0.75 0.07 346.23 0.96 0.47
Hex EC 5 3A 0 62 4B 7 15A 60 2F
Octal 354 5 72 0 142 113 7 532 140 57
Binary 11101100 101 111010 0 1100010 1001011 111 101011010 1100000 101111

Color Harmonies of #EC053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC053A

Black with #EC053A

Text Example


Text Example

White with #EC053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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