Html Css Color HEX #EC0620 Torch Red

📋 copy color: '#EC0620'

red 236 ◦ green 6 ◦ blue 32

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

Shades of Torch Red #EC0620

Tints of Torch Red #EC0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 86.13%
G = 2.19%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0620 (or 0xEC0620) is known color: Torch Red. HEX triplet: EC, 06 and 20. RGB value is (236,6,32). Sum of RGB (Red+Green+Blue) = 236+6+32=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0620 is #13F9DF. Grayscale: #4D4D4D. Windows color (decimal): -1309152 or 2098924. OLE color: 2098924.

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

Color convert

RGB 236 6 32 -
CMYK 0 0.97 0.86 0.07
HSL 353.22º 0.95% 0.47% -
HSV(B) 353.22º 0.97% 0.93% -
XYZ 34.92 18.07 3.01 -
YUV 77.73 102.2 240.89 -
System Red Green Blue C M Y K H S L
Decimal 236 6 32 0 0.97 0.86 0.07 353.22 0.95 0.47
Hex EC 6 20 0 61 56 7 161 5F 2F
Octal 354 6 40 0 141 126 7 541 137 57
Binary 11101100 110 100000 0 1100001 1010110 111 101100001 1011111 101111

Color Harmonies of #EC0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0620

Black with #EC0620

Text Example


Text Example

White with #EC0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0620; }

 p { color: rgb(236,6,32); }

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

background-color css

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

 a { background-color: rgb(236,6,32); }

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

border-color css

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

 span { border-color: rgb(236,6,32); }

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