Html Css Color HEX #EC053C Torch Red

📋 copy color: '#EC053C'

red 236 ◦ green 5 ◦ blue 60

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

Shades of Torch Red #EC053C

Tints of Torch Red #EC053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 78.41%
G = 1.66%
B = 19.93%

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

#EC053C (or 0xEC053C) is known color: Torch Red. HEX triplet: EC, 05 and 3C. RGB value is (236,5,60). Sum of RGB (Red+Green+Blue) = 236+5+60=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC053C is #13FAC3. Grayscale: #505050. Windows color (decimal): -1309380 or 3933676. OLE color: 3933676.

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

Color convert

RGB 236 5 60 -
CMYK 0 0.98 0.75 0.07
HSL 345.71º 0.96% 0.47% -
HSV(B) 345.71º 0.98% 0.93% -
XYZ 35.46 18.27 5.93 -
YUV 80.34 116.53 239.03 -
System Red Green Blue C M Y K H S L
Decimal 236 5 60 0 0.98 0.75 0.07 345.71 0.96 0.47
Hex EC 5 3C 0 62 4B 7 15A 60 2F
Octal 354 5 74 0 142 113 7 532 140 57
Binary 11101100 101 111100 0 1100010 1001011 111 101011010 1100000 101111

Color Harmonies of #EC053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC053C

Black with #EC053C

Text Example


Text Example

White with #EC053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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