Html Css Color HEX #EC053B Torch Red

📋 copy color: '#EC053B'

red 236 ◦ green 5 ◦ blue 59

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

Shades of Torch Red #EC053B

Tints of Torch Red #EC053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 78.67%
G = 1.67%
B = 19.67%

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

#EC053B (or 0xEC053B) is known color: Torch Red. HEX triplet: EC, 05 and 3B. RGB value is (236,5,59). Sum of RGB (Red+Green+Blue) = 236+5+59=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC053B is #13FAC4. Grayscale: #505050. Windows color (decimal): -1309381 or 3868140. OLE color: 3868140.

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

Color convert

RGB 236 5 59 -
CMYK 0 0.98 0.75 0.07
HSL 345.97º 0.96% 0.47% -
HSV(B) 345.97º 0.98% 0.93% -
XYZ 35.44 18.26 5.79 -
YUV 80.23 116.03 239.11 -
System Red Green Blue C M Y K H S L
Decimal 236 5 59 0 0.98 0.75 0.07 345.97 0.96 0.47
Hex EC 5 3B 0 62 4B 7 15A 60 2F
Octal 354 5 73 0 142 113 7 532 140 57
Binary 11101100 101 111011 0 1100010 1001011 111 101011010 1100000 101111

Color Harmonies of #EC053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC053B

Black with #EC053B

Text Example


Text Example

White with #EC053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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