Html Css Color HEX #EC073C Torch Red

📋 copy color: '#EC073C'

red 236 ◦ green 7 ◦ blue 60

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

Shades of Torch Red #EC073C

Tints of Torch Red #EC073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 77.89%
G = 2.31%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC073C (or 0xEC073C) is known color: Torch Red. HEX triplet: EC, 07 and 3C. RGB value is (236,7,60). Sum of RGB (Red+Green+Blue) = 236+7+60=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC073C is #13F8C3. Grayscale: #515151. Windows color (decimal): -1308868 or 3934188. OLE color: 3934188.

HSL color Cylindrical-coordinate representation of color #EC073C: hue angle of 346.11º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC073C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 60 -
CMYK 0 0.97 0.75 0.07
HSL 346.11º 0.94% 0.48% -
HSV(B) 346.11º 0.97% 0.93% -
XYZ 35.48 18.31 5.94 -
YUV 81.51 115.87 238.19 -
System Red Green Blue C M Y K H S L
Decimal 236 7 60 0 0.97 0.75 0.07 346.11 0.94 0.48
Hex EC 7 3C 0 61 4B 7 15A 5E 30
Octal 354 7 74 0 141 113 7 532 136 60
Binary 11101100 111 111100 0 1100001 1001011 111 101011010 1011110 110000

Color Harmonies of #EC073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC073C

Black with #EC073C

Text Example


Text Example

White with #EC073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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