Html Css Color HEX #EC052C Torch Red

📋 copy color: '#EC052C'

red 236 ◦ green 5 ◦ blue 44

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

Shades of Torch Red #EC052C

Tints of Torch Red #EC052C

RGB

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

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

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

R = 82.81%
G = 1.75%
B = 15.44%

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

#EC052C (or 0xEC052C) is known color: Torch Red. HEX triplet: EC, 05 and 2C. RGB value is (236,5,44). Sum of RGB (Red+Green+Blue) = 236+5+44=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC052C is #13FAD3. Grayscale: #4E4E4E. Windows color (decimal): -1309396 or 2885100. OLE color: 2885100.

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

Color convert

RGB 236 5 44 -
CMYK 0 0.98 0.81 0.07
HSL 349.87º 0.96% 0.47% -
HSV(B) 349.87º 0.98% 0.93% -
XYZ 35.1 18.12 4.03 -
YUV 78.52 108.53 240.33 -
System Red Green Blue C M Y K H S L
Decimal 236 5 44 0 0.98 0.81 0.07 349.87 0.96 0.47
Hex EC 5 2C 0 62 51 7 15E 60 2F
Octal 354 5 54 0 142 121 7 536 140 57
Binary 11101100 101 101100 0 1100010 1010001 111 101011110 1100000 101111

Color Harmonies of #EC052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC052C

Black with #EC052C

Text Example


Text Example

White with #EC052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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